Compare commits
10 Commits
17bbe634aa
...
78105ccab4
Author | SHA1 | Date |
---|---|---|
c0repwn3r | 78105ccab4 | |
c0repwn3r | 96965a2df7 | |
c0repwn3r | 1dc29e8e82 | |
c0repwn3r | 922946cdb4 | |
c0repwn3r | 93925f9baf | |
c0repwn3r | b068cc7816 | |
c0repwn3r | 6703ced65c | |
c0repwn3r | 11a25da290 | |
c0repwn3r | 5227c4d792 | |
c0repwn3r | b62a5a53cf |
|
@ -5,7 +5,7 @@ echo "[*] Launching game!"
|
|||
mgba leafgreen.gba
|
||||
echo "[*] Creating commit..."
|
||||
git add *
|
||||
git commit -am "[auto] [leafgreen/mom] Automatic save-file update"
|
||||
git commit -am "[auto] [leafgreen] Automatic save-file update"
|
||||
echo "[*] Saving..."
|
||||
git push
|
||||
echo "[*] Saved!"
|
||||
|
|
Binary file not shown.
|
@ -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/elyse] Automatic save-file update"
|
||||
echo "[*] Saving..."
|
||||
git push
|
||||
echo "[*] Saved!"
|
Binary file not shown.
Binary file not shown.
|
@ -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!"
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue