Add restart orca script

This commit is contained in:
Kujiu 2020-04-21 11:29:38 +02:00
parent 186d3291de
commit 0760703a80
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
2 changed files with 5 additions and 0 deletions

0
common/.zshrc-private Normal file
View file

5
graphic/restart_orca.sh Executable file
View file

@ -0,0 +1,5 @@
pkill -9 -f orca
pkill -9 -f speech
pkill -9 -f xbrlapi
xbrlapi &
sleep 3 && orca &