Skip to content

Instantly share code, notes, and snippets.

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