Add restart orca script
This commit is contained in:
parent
186d3291de
commit
0760703a80
2 changed files with 5 additions and 0 deletions
0
common/.zshrc-private
Normal file
0
common/.zshrc-private
Normal file
5
graphic/restart_orca.sh
Executable file
5
graphic/restart_orca.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
pkill -9 -f orca
|
||||
pkill -9 -f speech
|
||||
pkill -9 -f xbrlapi
|
||||
xbrlapi &
|
||||
sleep 3 && orca &
|
Loading…
Reference in a new issue