diff options
author | June McEnroe <programble@gmail.com> | 2018-02-22 17:38:34 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-22 17:38:34 -0500 |
commit | 48ac4fccfe6fd078148b6d79d6906727834451d8 (patch) | |
tree | 66451c7c333c936b7fc5fa5748bdc01dfcc52f27 | |
parent | Add welcome message to ssh-command (diff) | |
download | stream-48ac4fccfe6fd078148b6d79d6906727834451d8.tar.gz stream-48ac4fccfe6fd078148b6d79d6906727834451d8.zip |
Indent list of streams
-rw-r--r-- | ssh-command.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-command.sh b/ssh-command.sh index f91c5b1..98b959e 100644 --- a/ssh-command.sh +++ b/ssh-command.sh @@ -12,7 +12,7 @@ if [ -z "${SSH_ORIGINAL_COMMAND:-}" ]; then cd public for id in *; do - echo "ssh -t $SSH_HOST $id" + echo " ssh -t $SSH_HOST $id" done echo |