summaryrefslogtreecommitdiffstats
path: root/Examples/test_script_mode.sh
blob: a57c9040209ffd056092fd7af189009ba7987c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

echo -en "\0prompt\x1ftesting\n"
echo -en "\0urgent\x1f0,2\n"
echo -en "\0active\x1f1\n"
echo -en "\0message\x1fSpecial message\n"

echo "aap"
echo "noot"
echo "mies"
echo "testing"
if [ -n "$@" ]
then
    echo "$@"
fi