adding restart-ags
This commit is contained in:
parent
7692051022
commit
2c8ebdbc86
1 changed files with 5 additions and 0 deletions
5
scripts/restart-ags
Normal file
5
scripts/restart-ags
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ags=$(pgrep ags)
|
||||
kill ags
|
||||
ags & disown
|
Loading…
Add table
Add a link
Reference in a new issue