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

if [ -z "$1" ]
then
    echo "aap"
    echo "noot"
    echo "mies"
else
    echo $1 > output.txt
fi