Skip to content

Commit

Permalink
Remove dotty output and add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
csexton committed Oct 2, 2019
1 parent 84ab716 commit 73753f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ echo Running tmate...

tmate -S /tmp/tmate.sock new-session -d
tmate -S /tmp/tmate.sock wait tmate-ready

echo To connect to this session copy-n-paste the following into a terminal:
tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'

while [ -S /tmp/tmate.sock ]; do
echo -ne "."
sleep 1
done

Expand Down

0 comments on commit 73753f1

Please sign in to comment.