tilde/cgi-bin/dude.cgi

9 lines
80 B
Bash
Executable File

#!/bin/sh
echo "Content-type: text/plain"
echo ""
curl localhost:4200
exit 0