roms/leafgreen_elyse/launch.sh

12 lines
267 B
Bash
Raw Normal View History

2022-07-31 00:35:00 +00:00
#!/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!"