diff --git a/sandbox/cgi/cgi.sh b/sandbox/cgi/cgi.sh new file mode 100755 index 0000000..cc134cc --- /dev/null +++ b/sandbox/cgi/cgi.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "hi there, it's a cgi script! it's cool!"