Skip to content

Commit 73753f1

Browse files
committed
Remove dotty output and add help text
1 parent 84ab716 commit 73753f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ echo Running tmate...
1919

2020
tmate -S /tmp/tmate.sock new-session -d
2121
tmate -S /tmp/tmate.sock wait tmate-ready
22+
23+
echo To connect to this session copy-n-paste the following into a terminal:
2224
tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'
2325

2426
while [ -S /tmp/tmate.sock ]; do
25-
echo -ne "."
2627
sleep 1
2728
done
2829

0 commit comments

Comments
 (0)