Skip to content

Instantly share code, notes, and snippets.

@ramn
Created October 11, 2013 17:23
Show Gist options
  • Save ramn/6938624 to your computer and use it in GitHub Desktop.
Save ramn/6938624 to your computer and use it in GitHub Desktop.
Run scala app continuously with hidden break out
SECRET_BREAKOUT_RETURN_CODE=119
while scala; [ $? != $SECRET_BREAKOUT_RETURN_CODE ] ; do continue; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment