Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created January 24, 2015 13:37
Show Gist options
  • Save ryuichiueda/8342a14f3153e333aad0 to your computer and use it in GitHub Desktop.
Save ryuichiueda/8342a14f3153e333aad0 to your computer and use it in GitHub Desktop.
import PATH
sleep 3 >> echo 'abc' >>= rev &a
sleep 2 >> echo 'def' >>= rev &b
in.wait a b
echo 'OK'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment