diff options
Diffstat (limited to 'scripts/restart')
| -rwxr-xr-x | scripts/restart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/restart b/scripts/restart new file mode 100755 index 0000000..8528a0a --- /dev/null +++ b/scripts/restart @@ -0,0 +1,3 @@ +#!/bin/sh +pkill -x "$1" +$1 & |
