mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
More travis poking
This commit is contained in:
parent
864a00b9fd
commit
f9fe70338f
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
SP=$(readlink -f "$0")
|
||||
DIR=$(dirname "$SP")
|
||||
echo $DIR
|
||||
echo "$DIR/test_script.sh"
|
||||
# wait till it is up, run rofi with error message
|
||||
sleep 1;
|
||||
rofi -switchers "custom:$DIR/test_script.sh" -show custom &
|
||||
rofi -modi "custom:$DIR/test_script.sh" -show custom &
|
||||
RPID=$!
|
||||
|
||||
# send enter.
|
||||
|
|
Loading…
Reference in a new issue