Last active
May 20, 2020 07:26
-
-
Save hadifarnoud/1e54c30d767f44626b35859bcf3f6e40 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
#!/bin/bash | |
bash script2.sh& |
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
#!/bin/bash | |
while : | |
do | |
{ cd ~ && echo "do stuff" && sleep 10 }& | |
done |
Author
hadifarnoud
commented
May 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment