Fix a comment
This commit is contained in:
parent
740b49ebab
commit
e1cf780b97
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue