From a8332bfdb03d6efedd539fccf19b395acd077c8b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 20 Sep 2021 15:43:20 +0200 Subject: [PATCH] add verbose output to run scripts --- Run.bat | 2 +- Run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Run.bat b/Run.bat index 8b60283..9bf39c6 100644 --- a/Run.bat +++ b/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" \ No newline at end of file +"Tiny Life.exe" -v \ No newline at end of file diff --git a/Run.sh b/Run.sh index 07a7f4f..4169f0a 100644 --- a/Run.sh +++ b/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" \ No newline at end of file +"./Tiny Life" -v \ No newline at end of file