add verbose output to run scripts

This commit is contained in:
Ell 2021-09-20 15:43:20 +02:00
parent 9b4ea07d11
commit a8332bfdb0
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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