Updating dwarf fortress and starsector files
This commit is contained in:
parent
2f1df2f277
commit
49c32122ef
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dwarfdir="$HOME/df_linux"
|
dwarfdir="$HOME/Games/df_linux"
|
||||||
timestamp=$(date +"%Y%m%d-%H.%M.%S")
|
timestamp=$(date +"%Y%m%d-%H.%M.%S")
|
||||||
|
|
||||||
# Remove libstdc++.so.6 since it's too old for bitbreaker
|
# Remove libstdc++.so.6 since it's too old for bitbreaker
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd /data/storage/linuxgames/starsector
|
cd ${HOME}/Games/starsector
|
||||||
./starsector.sh
|
./starsector.sh
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue