untilfail script Updated: October 18, 2024 #!/bin/bash while "$@"; do :; done Repeatedly run a command until failure (source)