add simple cgi script to sandbox

This commit is contained in:
randomuser 2021-07-29 20:42:11 -05:00
parent 27b1d258bb
commit 63dbf95994
1 changed files with 3 additions and 0 deletions

3
sandbox/cgi/cgi.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "hi there, it's a cgi script! it's cool!"