Compare commits
No commits in common. "78105ccab4abe7e4c85fad31e798a64d2e5f1409" and "17bbe634aa9c30ded794cadc884f60ca21d88203" have entirely different histories.
78105ccab4
...
17bbe634aa
|
@ -5,7 +5,7 @@ echo "[*] Launching game!"
|
||||||
mgba leafgreen.gba
|
mgba leafgreen.gba
|
||||||
echo "[*] Creating commit..."
|
echo "[*] Creating commit..."
|
||||||
git add *
|
git add *
|
||||||
git commit -am "[auto] [leafgreen] Automatic save-file update"
|
git commit -am "[auto] [leafgreen/mom] Automatic save-file update"
|
||||||
echo "[*] Saving..."
|
echo "[*] Saving..."
|
||||||
git push
|
git push
|
||||||
echo "[*] Saved!"
|
echo "[*] Saved!"
|
||||||
|
|
Binary file not shown.
|
@ -1,11 +0,0 @@
|
||||||
#!/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!"
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
||||||
#!/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!"
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue