top | item 44105902

(no title)

exo762 | 9 months ago

I have this in my .bashrc:

  function retry {  
      until $@; do :; done  
      alert  
  }
  export -f retry
Works reasonably well for non-scripting usecases.

discuss

order

No comments yet.