hio/t/d.sh

13 lines
220 B
Bash
Raw Normal View History

2020-05-17 18:10:44 +00:00
#!/bin/sh
2021-07-22 07:30:20 +00:00
## curl -v --http1.0 --data-binary @/etc/group --http1.1 http://127.0.0.1:9988/home/hyung-hwan/projects/hio/t/d.sh
2020-05-17 18:10:44 +00:00
echo "Content-Type: text/plain"
echo
while IFS= read -r x
2020-05-17 18:10:44 +00:00
do
echo "$x"
2020-05-17 18:10:44 +00:00
done
echo "<<EOF>>"