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