Skip to content

Instantly share code, notes, and snippets.

@dagolden
Created May 1, 2015 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagolden/336d7ea49dc9b0367f66 to your computer and use it in GitHub Desktop.
Save dagolden/336d7ea49dc9b0367f66 to your computer and use it in GitHub Desktop.
#!/bin/bash
/usr/bin/false; while [ $? -ne 0 ]; do perl test.pl >out 2>&1; echo -n $?; cat out | grep 'scalar'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment