moved all files to the top-level

This commit is contained in:
2022-10-02 19:30:14 +09:00
parent e03b9bd9a9
commit 384925992c
140 changed files with 0 additions and 0 deletions

12
t/d.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
## curl -v --http1.0 --data-binary @/etc/group --http1.1 http://127.0.0.1:9988/home/hyung-hwan/projects/hio/t/d.sh
echo "Content-Type: text/plain"
echo
while IFS= read -r x
do
echo "$x"
done
echo "<<EOF>>"