From d3e6f276892d5a8c52823985baa5fb9b198c3e60 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Feb 2018 23:37:15 -0500 Subject: Echo at end of output --- ssh-command.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh-command.sh') diff --git a/ssh-command.sh b/ssh-command.sh index 3381d40..81564b4 100644 --- a/ssh-command.sh +++ b/ssh-command.sh @@ -16,6 +16,7 @@ welcome() { echo ' [~ A Stream of Your Own ~] ' echo echo " ssh -t $SSH_URL start" + echo } start() { @@ -39,6 +40,7 @@ start() { echo ' cd stream' echo ' make ptee' echo " ./ptee | ssh $SSH_URL ingest $private" + echo } if [ -z "${SSH_ORIGINAL_COMMAND:-}" ]; then -- cgit 1.4.1