added a test script

This commit is contained in:
hyung-hwan 2020-05-17 18:10:44 +00:00
parent df71944ac6
commit f6aee2c356

11
mio/t/d.sh Executable file
View 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