dotfiles/scripts/restart-ags
2024-10-08 10:33:44 -05:00

6 lines
58 B
Bash

#!/usr/bin/env sh
ags=$(pgrep ags)
kill ags
ags & disown