rofi/test/test_script.sh
2014-08-31 10:37:12 +02:00

10 lines
121 B
Bash
Executable file

#!/usr/bin/env bash
if [ -z "$1" ]
then
echo "aap"
echo "noot"
echo "mies"
else
echo $1 > output.txt
fi