Created
May 23, 2017 20:50
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