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:
parent
2ec198d722
commit
96724356e1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue