diff --git a/Examples/test_script_mode.sh b/Examples/test_script_mode.sh index 4228ec78..d91f6a0f 100755 --- a/Examples/test_script_mode.sh +++ b/Examples/test_script_mode.sh @@ -7,6 +7,8 @@ fi if [ "$@" ] then + # Override the previously set prompt. + echo -en "\x00prompt\x1fChange prompt\n" for a in {1..10} do echo "$a"