tentative implementation of liminality
This commit is contained in:
7
liminality/liminal
Executable file
7
liminality/liminal
Executable 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"
|
||||
Reference in New Issue
Block a user