Skip to content

Instantly share code, notes, and snippets.

@engina
Created April 3, 2014 12:33
Show Gist options
  • Save engina/9953448 to your computer and use it in GitHub Desktop.
Save engina/9953448 to your computer and use it in GitHub Desktop.
PHP application that forks commands and prints the results.
<?php
system( "uptime" );
system( "uname -a" );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment