mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
add verbose output to run scripts
This commit is contained in:
parent
9b4ea07d11
commit
a8332bfdb0
2 changed files with 2 additions and 2 deletions
2
Run.bat
2
Run.bat
|
@ -8,4 +8,4 @@ robocopy ./bin/Debug/net5.0/ "%LOCALAPPDATA%/Tiny Life/Mods" /e /is
|
|||
rem run the game
|
||||
set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir"
|
||||
cd /d %dir%
|
||||
"Tiny Life.exe"
|
||||
"Tiny Life.exe" -v
|
2
Run.sh
2
Run.sh
|
@ -8,4 +8,4 @@ cp ./bin/Debug/net5.0/* "$HOME/.local/share/Tiny Life/Mods" -r
|
|||
# run the game
|
||||
dir=$(<"$HOME/.local/share/Tiny Life/GameDir")
|
||||
cd $dir
|
||||
"./Tiny Life"
|
||||
"./Tiny Life" -v
|
Loading…
Reference in a new issue