Skip to content

Instantly share code, notes, and snippets.

@tinogomes
Created November 9, 2010 22:03
Show Gist options
  • Select an option

  • Save tinogomes/669908 to your computer and use it in GitHub Desktop.

Select an option

Save tinogomes/669908 to your computer and use it in GitHub Desktop.
"autospec"
#!/usr/bin/env bash
while true; do
./script/spec $*
if [ "$?" == "130" ]; then
break
fi
echo ""
date
echo ""
echo "===================="
echo ""
echo ""
if ! sleep 10; then
break
fi;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment