Skip to content

Instantly share code, notes, and snippets.

@mejackreed
Last active July 20, 2018 22:21
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 mejackreed/665a59a718ef455c3dd7c77d9550bbba to your computer and use it in GitHub Desktop.
Save mejackreed/665a59a718ef455c3dd7c77d9550bbba to your computer and use it in GitHub Desktop.
test1-a
test1-b
test2-a
test2-b
nohup ./test1.sh >> out.log
nohup ./test2.sh >> out.log
echo 'test1-a'
sleep 5
echo 'test1-b'
echo 'test2-a'
sleep 5
echo 'test2-b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment