Delete ci.sh

This commit is contained in:
Matthew James Pitsicalis 2016-04-29 09:39:45 -04:00
commit 47806e2c76

View file

@ -1,8 +0,0 @@
#!/bin/bash
echo -e "version\nms\nstop\n\n" | php src/pocketmine/PocketMine.php --no-wizard
if ls plugins/Genisys/Genisys*.phar >/dev/null 2>&1; then
echo "Server packaged successfully."
else
echo "No phar created!"
exit 1
fi