1
0

tentative implementation of liminality

This commit is contained in:
dtb
2023-06-27 08:58:25 -04:00
parent 787437106d
commit 4e14224a95
4 changed files with 47 additions and 0 deletions

7
liminality/liminal Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
test -z "$2" || test -n "$3" \
&& printf "Usage: %s [server] [port]\n" "$0" >&2 \
&& exit 64 # sysexits(3) EX_USAGE
liminality | nc "$1" "$2"