9 lines
57 B
Bash
9 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
killall tilda
|
||
|
|
||
|
sleep 5
|
||
|
|
||
|
tilda -h &
|
||
|
tilda -h &
|