summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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