diff --git a/leafgreen/launch.sh b/leafgreen/launch.sh new file mode 100755 index 0000000..4c5339d --- /dev/null +++ b/leafgreen/launch.sh @@ -0,0 +1,10 @@ +#!/bin/bash +echo "[*] Pulling down latest savefile..." +git pull +mgba leafgreen.gba +echo "[*] Creating commit..." +git add * +git commit -am "[auto] [leafgreen] Automatic save-file update" +echo "[*] Saving..." +git push +echo "[*] Saved!"