zdrojak gamebook ogb gbook.wz.cz
[mirrors/Programs.git] / bash / bash-httpd / httpd.bash.save
CommitLineData
21c4e167
H
1#!/bin/bash
2
3listen_port=8080;
4web_root='./';
5
6while true; do
7 nc -l -p $listen_port -e "$0 --client";
8done;
This page took 0.128251 seconds and 4 git commands to generate.