Inital commit
This commit is contained in:
5
kapitel6/mini-httpd.sh
Normal file
5
kapitel6/mini-httpd.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
cat data.txt | nc -w1 127.0.0.1 -l 8999;
|
||||
done
|
||||
|
Reference in New Issue
Block a user