Skip to content

Instantly share code, notes, and snippets.

@hadifarnoud
Last active May 20, 2020 07:26
Show Gist options
  • Save hadifarnoud/1e54c30d767f44626b35859bcf3f6e40 to your computer and use it in GitHub Desktop.
Save hadifarnoud/1e54c30d767f44626b35859bcf3f6e40 to your computer and use it in GitHub Desktop.
#!/bin/bash
bash script2.sh&
#!/bin/bash
while :
do
{ cd ~ && echo "do stuff" && sleep 10 }&
done
@hadifarnoud
Copy link
Author

#!/bin/bash
while :
do
	cd /helpy && bundle exec rake helpy:mailman && sleep 3m&
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment