summaryrefslogtreecommitdiffstats
path: root/test/test_script.sh
blob: 4aab2db88027b653220d37d53da701d5d81d4d30 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

if [ -z "$1" ]
then
    echo "aap"
    echo "noot"
    echo -ne "mies\0meta\x1fzoom\n"
else
    echo $1 > output.txt
fi