#!/bin/bash ########################################################## ## ## ## Bashweb, a cursed (probably static) web server ## ## written in bash. ## ## ## ########################################################## data=$(cat index.bhtml | envsubst) main () { # netcat -q 0 -l 1234 < /tmp/backpipe } while true do main &>log done