From 2769c656d98068e92bd82ae3af4b1f1ee134cc82 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 1 Jul 2023 13:23:48 +0200 Subject: [PATCH] Launch "netcat" API server (http://127.0.0.1:1234) --- 12345.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12345.sh b/12345.sh index 0a01e294..79caf011 100755 --- a/12345.sh +++ b/12345.sh @@ -23,7 +23,7 @@ PORT=12345 TUBE=$(myTube) echo "TUBE=$TUBE" -mkdir -p ~/.zen/tmp/coucou/ ~/.zen/game/players/localhost +mkdir -p ~/.zen/tmp/coucou/ ~/.zen/game/players/localhost # ## CHECK FOR ANY ALREADY RUNNING nc ncrunning=$(ps axf --sort=+utime | grep -w 'nc -l -p 1234' | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1)