1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Do not use seq for test, use bash range instead.

This commit is contained in:
Dave Davenport 2016-01-03 21:11:51 +01:00
parent 2ec198d722
commit 96724356e1

View file

@ -2,7 +2,7 @@
# wait till it is up, run rofi with error message
sleep 1;
seq 0 100 | rofi -dmenu > output.txt &
echo {0..100} | tr " " "\n" | rofi -dmenu > output.txt &
RPID=$!
# send enter.