Skip to content

Instantly share code, notes, and snippets.

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