From a2e0b6901cb4eef7ad1d78bee0d70c577c61e0f5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Feb 2018 19:16:56 -0500 Subject: Rewrite everything --- ssh-command.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ssh-command.sh') diff --git a/ssh-command.sh b/ssh-command.sh index 8461d3b..84bc350 100644 --- a/ssh-command.sh +++ b/ssh-command.sh @@ -6,7 +6,7 @@ GIT_URL=git@ascii.town:stream.git welcome() { echo - echo 'Welcome to Twinch!' + echo 'Welcome to Twinch dot ptee vee!' echo echo 'To view a public stream, run one of the following commands:' echo @@ -19,8 +19,8 @@ welcome() { } start() { - local key - key=$(setup $1) + local id + id=$(setup $1) echo echo 'Stream created!' echo @@ -32,8 +32,8 @@ start() { echo echo " git clone $GIT_URL" echo " cd stream" - echo " make broadcast" - echo " ./broadcast | ssh $SSH_URL ingest $key" + echo " make ptee" + echo " ./ptee | ssh -t $SSH_URL ingest $id" echo } -- cgit 1.4.1