]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ability to kill an endless loop
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Sep 2021 11:46:11 +0000 (14:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 24 Sep 2021 11:46:11 +0000 (14:46 +0300)
x/bin/start-tabbed.sh

index f7a0bf91f775f37c2451ee5f320d28caa9c1ef78..1d5a3c964ef7e139d1f6ce4b3626d8e2b5cef68a 100755 (executable)
@@ -13,4 +13,5 @@ w=/tmp/tabbed-$tabname
 }
 [ -z "$NOTABSTART" ] || exit 1
 tabbed -n tabbed-$tabname -d $@ > $w
+sleep 1
 exec $0 $tabname $@