aboutsummaryrefslogtreecommitdiff
path: root/sample-cgi-handler.sh
blob: afd4ada68ff4aff627afffd8bdab028c4ea2b644 (plain)
1
2
3
4
5
#!/bin/bash
echo "Content-type: text/plain"
echo ""
echo "This is a random value from bash: $RANDOM on $(date)"
exit 0