1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/test/test_script.sh

11 lines
121 B
Bash
Raw Normal View History

2014-08-31 10:37:12 +02:00
#!/usr/bin/env bash
if [ -z "$1" ]
then
echo "aap"
echo "noot"
echo "mies"
else
echo $1 > output.txt
fi