From 55d2d1be1321c8b0bd289cd331af2f100106c14b Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 1 Aug 2024 07:28:29 -0400 Subject: use $BOT_CMD again --- twopane.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'twopane.bash') diff --git a/twopane.bash b/twopane.bash index 876fc50..f3aff57 100644 --- a/twopane.bash +++ b/twopane.bash @@ -7,7 +7,7 @@ PROGNAME=${0##*/} BOT_SIZE=8 BOT_TITLE=input -BOT_CMD='PS1="$BOT_TITLE\$ " bash --noprofile --norc -i' +BOT_CMD=start TOP_CMD='PS1="$TOP_TITLE\$ " bash --noprofile --norc -i' TOP_TITLE=output @@ -95,6 +95,7 @@ trap 'COPROC=()' SIGPIPE trap "screen -X quit" EXIT $(declare -f $TWOPANE_FUNCTION_EXPORTS | sed 's/ COPROC / /') export PS1="$BOT_TITLE\$ " +\$BOT_CMD . main() -- cgit v1.2.3