Skip to content

Commit

Permalink
do not clear screen on startup when given option -q
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Jun 28, 2021
1 parent c98b212 commit 58d9fc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ Do you want to remove it and start a new game? [y/N]') "
if [ "$GSH_MODE" = "DEBUG" ]
then
printf "[MISSION INITIALISATION]" >&2
else
elif [ -z "$GSH_QUIET_INTRO" ]
then
clear
fi

Expand Down

0 comments on commit 58d9fc5

Please sign in to comment.