Change the shell

This commit is contained in:
Andrzej Pomirski 2014-04-06 19:51:30 +02:00
parent fd159779e8
commit bc218746ae
5 changed files with 29 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "[Dependency installer]"
read -p "What is your dependency's file name? " filename

View File

@ -0,0 +1,7 @@
package com.Acrobot.Breeze.Utils.MojangAPI;
/**
* @author Andrzej Pomirski (Acrobot)
*/
public class NameFetcher {
}

View File

@ -0,0 +1,7 @@
package com.Acrobot.Breeze.Utils.MojangAPI;
/**
* @author Andrzej Pomirski (Acrobot)
*/
public class UUIDFetcher {
}

View File

@ -0,0 +1,7 @@
package com.Acrobot.Breeze.Utils;
/**
* Created by Andrzej Pomirski (Acrobot)
*/
public class NameUtil {
}

View File

@ -0,0 +1,7 @@
package com.Acrobot.ChestShop.UUIDs;
/**
* @author Andrzej Pomirski (Acrobot)
*/
public class UUIDSaver {
}