[leafgreen] launch script

This commit is contained in:
c0repwn3r 2022-07-29 22:00:33 -04:00
parent 05befde73b
commit 33792aaf82
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 10 additions and 0 deletions

10
leafgreen/launch.sh Executable file
View File

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