diff --git a/literate/setup.org b/literate/setup.org index 482faa9..4bf0c74 100644 --- a/literate/setup.org +++ b/literate/setup.org @@ -97,7 +97,7 @@ fi # --- 4. INTERACT (The Client) --- if command_exists socat && socat - TCP:$HOST:$PORT,connect-timeout=1 2>/dev/null; then - socat READLINE,history=$HOME/.org_agent_history TCP:$HOST:$PORT + socat - TCP:$HOST:$PORT exit 0 fi diff --git a/opencortex.sh b/opencortex.sh index d28e578..8933e03 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -86,7 +86,7 @@ fi # --- 4. INTERACT (The Client) --- if command_exists socat && socat - TCP:$HOST:$PORT,connect-timeout=1 2>/dev/null; then - socat READLINE,history=$HOME/.org_agent_history TCP:$HOST:$PORT + socat - TCP:$HOST:$PORT exit 0 fi