summary refs log tree commit diff
path: root/ssh-command.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 23:37:15 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 23:37:15 -0500
commitd3e6f276892d5a8c52823985baa5fb9b198c3e60 (patch)
tree61151dfffc06cc4ddc282dce1882cd3b3857bb2e /ssh-command.sh
parentAdd stop (diff)
downloadstream-d3e6f276892d5a8c52823985baa5fb9b198c3e60.tar.gz
stream-d3e6f276892d5a8c52823985baa5fb9b198c3e60.zip
Echo at end of output
Diffstat (limited to 'ssh-command.sh')
-rw-r--r--ssh-command.sh2
1 files changed, 2 insertions, 0 deletions
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