User Tools

Site Tools


bash

bash

untilfail script

Repeatedly run a command until failure (source)

#!/bin/bash
while "$@"; do :; done
bash.txt · Last modified: by reddy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki