mobibot/deploy.sh

11 lines
149 B
Bash
Executable file

#!/bin/bash
./bld jar deploy
[ $? -eq 0 ] && sftp nix3.thauvin.us <<EOF
cd mobitopia/mobibot
lcd deploy
put *.jar
cd lib
rm *.jar
put lib/*.jar
EOF