This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
busybox-httpd-sh-server/index.sh
T
2025-07-23 01:37:49 +02:00

9 lines
266 B
Bash

#!/bin/sh
echo "Content-Type: text/html"
echo ""
echo "<h1>Busybox HTTPD SH Server</h1>"
echo "<p>For total control, scripts like this (/index.sh) can be written.</p>"
echo "<p>A demo of a more template-like page is at <a href="cgiinfo.html">cgiinfo.html</a></p>"