mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Script] Add updating prompt to example script.
This commit is contained in:
parent
3dfbf1c631
commit
640cf28d65
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ fi
|
|||
|
||||
if [ "$@" ]
|
||||
then
|
||||
# Override the previously set prompt.
|
||||
echo -en "\x00prompt\x1fChange prompt\n"
|
||||
for a in {1..10}
|
||||
do
|
||||
echo "$a"
|
||||
|
|
Loading…
Reference in a new issue