Compare commits
10 commits
17bbe634aa
...
78105ccab4
Author | SHA1 | Date | |
---|---|---|---|
78105ccab4 | |||
96965a2df7 | |||
1dc29e8e82 | |||
922946cdb4 | |||
93925f9baf | |||
b068cc7816 | |||
6703ced65c | |||
11a25da290 | |||
5227c4d792 | |||
b62a5a53cf |
8 changed files with 23 additions and 1 deletions
|
@ -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!"
|
||||
|
|
BIN
leafgreen/leafgreen.sav
Normal file
BIN
leafgreen/leafgreen.sav
Normal file
Binary file not shown.
11
leafgreen_elyse/launch.sh
Executable file
11
leafgreen_elyse/launch.sh
Executable file
|
@ -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!"
|
BIN
leafgreen_elyse/leafgreen.gba
Normal file
BIN
leafgreen_elyse/leafgreen.gba
Normal file
Binary file not shown.
BIN
leafgreen_elyse/leafgreen.sav
Normal file
BIN
leafgreen_elyse/leafgreen.sav
Normal file
Binary file not shown.
11
leafgreen_mom/launch.sh
Executable file
11
leafgreen_mom/launch.sh
Executable file
|
@ -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!"
|
BIN
leafgreen_mom/leafgreen.gba
Normal file
BIN
leafgreen_mom/leafgreen.gba
Normal file
Binary file not shown.
BIN
leafgreen_mom/leafgreen.sav
Normal file
BIN
leafgreen_mom/leafgreen.sav
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue