added a test script
This commit is contained in:
parent
df71944ac6
commit
f6aee2c356
11
mio/t/d.sh
Executable file
11
mio/t/d.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
## curl -v --http1.0 --data-binary @/etc/group --http1.1 http://127.0.0.1:9988/home/hyung-hwan/projects/mio/t/d.sh
|
||||
|
||||
echo "Content-Type: text/plain"
|
||||
echo
|
||||
|
||||
while read x
|
||||
do
|
||||
echo $x
|
||||
done
|
Loading…
Reference in New Issue
Block a user