summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-22 17:38:34 -0500
committerJune McEnroe <programble@gmail.com>2018-02-22 17:38:34 -0500
commit48ac4fccfe6fd078148b6d79d6906727834451d8 (patch)
tree66451c7c333c936b7fc5fa5748bdc01dfcc52f27
parentAdd welcome message to ssh-command (diff)
downloadstream-48ac4fccfe6fd078148b6d79d6906727834451d8.tar.gz
stream-48ac4fccfe6fd078148b6d79d6906727834451d8.zip
Indent list of streams
-rw-r--r--ssh-command.sh2
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