From 48ac4fccfe6fd078148b6d79d6906727834451d8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Feb 2018 17:38:34 -0500 Subject: Indent list of streams --- ssh-command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1