[leafgreen/mom] create new instance for mom - fixed commit
This commit is contained in:
parent
b62a5a53cf
commit
5227c4d792
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
echo "[*] Pulling down latest savefile..."
|
||||
git pull
|
||||
echo "[*] Launching game!"
|
||||
mgba leafgreen.gba
|
||||
echo "[*] Creating commit..."
|
||||
git add *
|
||||
git commit -am "[auto] [leafgreen] Automatic save-file update"
|
||||
echo "[*] Saving..."
|
||||
git push
|
||||
echo "[*] Saved!"
|
Binary file not shown.
Loading…
Reference in New Issue