#!/usr/lib/plan9/bin/rc # Copyright (C) 2009 Andy Spencer # See ../COPYING for terms while(true){ $* echo Process $! died, waiting 1 second to respawn sleep 1 }