From 164975b6269c67801a88b5ec6be12724473f3326 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 1 Aug 2024 18:03:01 -0400 Subject: this fixes bug where e.g. "echo '$\003'" kills socat --- twopane.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 twopane.bash diff --git a/twopane.bash b/twopane.bash old mode 100644 new mode 100755 index 91b9f1a..ed787d3 --- a/twopane.bash +++ b/twopane.bash @@ -41,7 +41,7 @@ source "$TWOPANE"/screenrc.startpane save_screenrc 'startpane' <<'.' focus top screen -ln -t "$TOP_TITLE" 1 sh -c "$TOP_CMD" -exec :!. socat -u UNIX-RECV:"$TWOPANE"/socket STDOUT +exec .!. socat -u UNIX-RECV:"$TWOPANE"/socket STDOUT title 'output' focus bottom layout save 0 -- cgit v1.2.3