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

echo -en "\x00prompt\x1ftesting\n"
echo -en "\0urgent\x1f0,2\n"
echo -en "\0active\x1f1\n"
echo -en "\0message\x1fSpecial <b>bold</b>message\n"

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