osmo-bts/contrib/respawn-only.sh

5 lines
51 B
Bash
Executable File

#!/bin/sh
while [ -f $1 ]; do
nice -n -20 $*
done