GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
c/sampler renamed to Ghetto-SoundSystem ;-)
[mirrors/Programs.git]
/
bash
/
bash-httpd
/
httpd.bash.save
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
3
listen_port=8080;
4
web_root='./';
5
6
while true; do
7
nc -l -p $listen_port -e "$0 --client";
8
done;
This page took
0.154425 seconds
and
4
git commands to generate.