bash
bash
untilfail script
Repeatedly run a command until failure (source)
#!/bin/bash while "$@"; do :; done
bash.txt · Last modified: by reddy
Repeatedly run a command until failure (source)
#!/bin/bash while "$@"; do :; done