Skip to content

Instantly share code, notes, and snippets.

@cfedde
Created February 9, 2015 20:02
Show Gist options
  • Save cfedde/f5ce26444e35e1b48f49 to your computer and use it in GitHub Desktop.
Save cfedde/f5ce26444e35e1b48f49 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Content-Type: text/plain"
echo
exec 2>&1
set -x
env
ifconfig
uptime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment