Skip to content

Commit 7d3dcee

Browse files
committed
Advertise the old hacky shell script
... because it actually beats netcat in ux
1 parent f779d57 commit 7d3dcee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/econ.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ fi
5656

5757
if [ "$1" = "--interactive" ] || [ "$1" == "-i" ]
5858
then
59+
log "spawning interactive netcat econ session ..."
60+
log "see also $(tput bold)./lib/console.sh$(tput sgr0) for separate input and output"
5961
./lib/econ-interactive.exp "$ec_bindaddr" "$ec_port" "$ec_password"
6062
else
6163
./lib/econ-exec.exp "$ec_bindaddr" "$ec_port" "$ec_password" "$*"

0 commit comments

Comments
 (0)