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