[leafgreen] update launch script
This commit is contained in:
parent
33792aaf82
commit
cf85c9857c
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "[*] Pulling down latest savefile..."
|
echo "[*] Pulling down latest savefile..."
|
||||||
git pull
|
git pull
|
||||||
|
echo "[*] Launching game!"
|
||||||
mgba leafgreen.gba
|
mgba leafgreen.gba
|
||||||
echo "[*] Creating commit..."
|
echo "[*] Creating commit..."
|
||||||
git add *
|
git add *
|
||||||
|
|
Loading…
Reference in New Issue