Skip to content

Instantly share code, notes, and snippets.

@sankars
Created April 4, 2014 17:42
Show Gist options
  • Select an option

  • Save sankars/9979436 to your computer and use it in GitHub Desktop.

Select an option

Save sankars/9979436 to your computer and use it in GitHub Desktop.
while true; do
# Waste time
if [ $wasted_time -gt 100000 ]; then
exit 0
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment