[leafgreen/elyse] add elyse's savefile
This commit is contained in:
parent
11a25da290
commit
6703ced65c
|
@ -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/elyse] Automatic save-file update"
|
||||
echo "[*] Saving..."
|
||||
git push
|
||||
echo "[*] Saved!"
|
Binary file not shown.
Loading…
Reference in New Issue