aboutsummaryrefslogtreecommitdiff
path: root/sshtool
diff options
context:
space:
mode:
Diffstat (limited to 'sshtool')
-rwxr-xr-xsshtool4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshtool b/sshtool
index ffe1e4e..8719ffa 100755
--- a/sshtool
+++ b/sshtool
@@ -45,7 +45,9 @@ function footer {
}
function message {
- echo "echo '$@'"
+ echo "base64 -d <<EOG"
+ echo "$@" | base64
+ echo "EOG"
}
function cmd {