[leafgreen] launch script
This commit is contained in:
parent
05befde73b
commit
33792aaf82
|
@ -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!"
|
Loading…
Reference in New Issue