Extend script example with markup-rows

This commit is contained in:
Dave Davenport 2018-01-05 23:15:26 +01:00
parent b445c79430
commit 75ba12c516
1 changed files with 2 additions and 0 deletions

View File

@ -3,12 +3,14 @@
echo -en "\x00prompt\x1ftesting\n"
echo -en "\0urgent\x1f0,2\n"
echo -en "\0active\x1f1\n"
echo -en "\0markup-rows\x1ftrue\n"
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
echo "aap"
echo "noot"
echo "mies"
echo "testing"
echo "<b>Bold</b>"
if [ -n "$@" ]
then
echo "$@"