Skip to content

Instantly share code, notes, and snippets.

View zachcr's full-sized avatar
🏠
Working from home

Zach Yang zachcr

🏠
Working from home
View GitHub Profile
@webjay
webjay / gh_hook.php
Last active January 7, 2023 11:54
Php hook script that can git pull, apc_clear_cache() etc
<?php
ignore_user_abort(true);
function syscall ($cmd, $cwd) {
$descriptorspec = array(
1 => array('pipe', 'w'), // stdout is a pipe that the child will write to
2 => array('pipe', 'w') // stderr