[leafgreen/mom] create new instance for mom - fixed commit

This commit is contained in:
c0repwn3r 2022-07-30 20:17:10 -04:00
parent b62a5a53cf
commit 5227c4d792
2 changed files with 11 additions and 0 deletions

11
leafgreen_mom/launch.sh Executable file
View File

@ -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!"

BIN
leafgreen_mom/leafgreen.gba Normal file

Binary file not shown.