1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/test/test_script.sh

11 lines
143 B
Bash
Raw Normal View History

2014-08-31 04:37:12 -04:00
#!/usr/bin/env bash
if [ -z "$1" ]
then
echo "aap"
echo "noot"
echo -ne "mies\0meta\x1fzoom\n"
2014-08-31 04:37:12 -04:00
else
echo "$1" > output.txt
2014-08-31 04:37:12 -04:00
fi