From 2c8ebdbc8661fa8067b5916029fce60703358492 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 8 Oct 2024 10:33:44 -0500 Subject: [PATCH] adding restart-ags --- scripts/restart-ags | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/restart-ags diff --git a/scripts/restart-ags b/scripts/restart-ags new file mode 100644 index 0000000..a384e77 --- /dev/null +++ b/scripts/restart-ags @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +ags=$(pgrep ags) +kill ags +ags & disown