[leafgreen/mom] create new instance for mom - fixed commit
This commit is contained in:
parent
b62a5a53cf
commit
5227c4d792
2 changed files with 11 additions and 0 deletions
11
leafgreen_mom/launch.sh
Executable file
11
leafgreen_mom/launch.sh
Executable 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
BIN
leafgreen_mom/leafgreen.gba
Normal file
Binary file not shown.
Loading…
Reference in a new issue