aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/respawn-only.sh
blob: 4f611dd2ad981b63ca4ca8490940aed287cc3050 (plain)
1
2
3
4
#!/bin/sh
while [ -f $1 ]; do
	nice -n -20 $*
done