Last active
July 20, 2018 22:21
-
-
Save mejackreed/665a59a718ef455c3dd7c77d9550bbba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test1-a | |
test1-b | |
test2-a | |
test2-b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohup ./test1.sh >> out.log | |
nohup ./test2.sh >> out.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'test1-a' | |
sleep 5 | |
echo 'test1-b' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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