adding restart-ags
This commit is contained in:
parent
7692051022
commit
2c8ebdbc86
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…
Reference in a new issue