aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run_once
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run_once')
-rwxr-xr-xbin/run_once4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/run_once b/bin/run_once
deleted file mode 100755
index 3829f7e..0000000
--- a/bin/run_once
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-#Alternative
-pgrep $@ > /dev/null || ($@ &)
-