Created
April 3, 2014 12:34
-
-
Save engina/9953462 to your computer and use it in GitHub Desktop.
CGI Shell script that forks commands and prints the results.
This file contains hidden or 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
#!/bin/bash | |
echo -e "Content-type: text/html\r\n\n" | |
uptime | |
uname -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment