From 31b5e29c690118148c65a971acc217094f228f26 Mon Sep 17 00:00:00 2001 From: damage Date: Sat, 16 Sep 2023 22:03:41 +0200 Subject: [PATCH] echo ssh command --- s3h.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/s3h.sh b/s3h.sh index 49b4cfe..44dc8ec 100755 --- a/s3h.sh +++ b/s3h.sh @@ -96,5 +96,6 @@ if [[ -f "$configFile" ]]; then echo "config file '$configFile' selected. connecting..." # execute ssh + echo "Running 'ssh ${para[@]} `basename \"$configFile\"`'" ssh ${para[@]} `basename "$configFile"` fi