diff options
author | June McEnroe <programble@gmail.com> | 2018-02-25 23:37:15 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-25 23:37:15 -0500 |
commit | d3e6f276892d5a8c52823985baa5fb9b198c3e60 (patch) | |
tree | 61151dfffc06cc4ddc282dce1882cd3b3857bb2e | |
parent | Add stop (diff) | |
download | stream-d3e6f276892d5a8c52823985baa5fb9b198c3e60.tar.gz stream-d3e6f276892d5a8c52823985baa5fb9b198c3e60.zip |
Echo at end of output
Diffstat (limited to '')
-rw-r--r-- | ssh-command.sh | 2 |
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 |