blob: d85dbb2a68ac1e5c46e09418de79515335e116fa [file] [log] [blame]
#!/usr/bin/env bash
while true;
do
echo "Restarting not dealing well with spaces.."
(exec $*) || true
sleep 10s
done