tangetools/forever/forever
2012-03-13 16:25:45 +01:00

8 lines
59 B
Bash
Executable file

#!/bin/bash
while /bin/true
do
eval "$@"
sleep 1
done