summaryrefslogtreecommitdiff
path: root/http@.sh
diff options
context:
space:
mode:
Diffstat (limited to 'http@.sh')
-rw-r--r--http@.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/http@.sh b/http@.sh
new file mode 100644
index 0000000..59fee56
--- /dev/null
+++ b/http@.sh
@@ -0,0 +1,4 @@
+echo "GET /${2-}" | HOME/bin/tcpclient -RHl0 -- "${1-0}" "${3-80}" sh -c '
+ HOME/bin/addcr >&7
+ exec HOME/bin/delcr <&6
+'