#!/bin/bash
# Created by Ben Okopnik on Mon May  6 09:17:18 EDT 2002
# Reruns the command line on a non-successful exit

until $*; do sleep 1; done
