Skip to content

Instantly share code, notes, and snippets.

@cjhanks
Created October 10, 2012 20:19
Show Gist options
  • Save cjhanks/3868153 to your computer and use it in GitHub Desktop.
Save cjhanks/3868153 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
function test_funx {
r=0
((r++))
}
test_funx &
wait
echo "Words!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment