summaryrefslogtreecommitdiffstats
path: root/Examples/test_script_mode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test_script_mode.sh')
-rwxr-xr-xExamples/test_script_mode.sh2
1 files changed, 2 insertions, 0 deletions
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"