osmo-bts/contrib/respawn.sh

5 lines
48 B
Bash
Executable File

#!/bin/sh
while [ -e /etc/passwd ]; do
$*
done