mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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
|
# wait till it is up, run rofi with error message
|
||||||
sleep 1;
|
sleep 1;
|
||||||
seq 0 100 | rofi -dmenu > output.txt &
|
echo {0..100} | tr " " "\n" | rofi -dmenu > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue