From bd1a3f2151be95bbe862a5cab6aaaaa7bbcfe810 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 9 Feb 2022 15:27:19 +0300 Subject: [PATCH] start-tabbed works good enough with shorter sleep --- x/bin/start-tabbed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bin/start-tabbed.sh b/x/bin/start-tabbed.sh index 1d5a3c9..7fbfe01 100755 --- a/x/bin/start-tabbed.sh +++ b/x/bin/start-tabbed.sh @@ -13,5 +13,5 @@ w=/tmp/tabbed-$tabname } [ -z "$NOTABSTART" ] || exit 1 tabbed -n tabbed-$tabname -d $@ > $w -sleep 1 +sleep 0.1 exec $0 $tabname $@ -- 2.44.0