Fix a comment

This commit is contained in:
Václav Kadlčík 2024-06-20 11:26:04 +02:00
commit e1cf780b97

View file

@ -35,8 +35,7 @@ done
# sequentially with a pause of several seconds among them. Those dispatches
# and pauses happen in background while the user would be staring at a blank
# sreen; to remove possible confusion, show what's happening by restrained
# used of 'set -x'.
howin the code with 'set -x'. Not great but at least some feedback...
# usage of 'set -x'.
session=''; i=0; while true; do
session="${script_name%.sh}-${i}"
tmux has-session -t $session &>/dev/null || break