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