Created
May 23, 2017 20:50
-
-
Save anonymous/39a201cea7e7f99e2ecb297908ee53f1 to your computer and use it in GitHub Desktop.
Birman Problem
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
<?php | |
exec('bash ./script.sh > /dev/null &'); | |
//or like exec('php ./run_backup.php > /dev/null &'); |
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
sleep 10 | |
echo works > test.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment