aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/respawn-only.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/respawn-only.sh')
-rwxr-xr-xcontrib/respawn-only.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/respawn-only.sh b/contrib/respawn-only.sh
new file mode 100755
index 00000000..4f611dd2
--- /dev/null
+++ b/contrib/respawn-only.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+while [ -f $1 ]; do
+ nice -n -20 $*
+done