X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=set-comments;h=8cb7029a2ec6e3914a64189134603f1b725eff7e;hp=b87f21166932f9f7ec24b9b2c21f267f488adf3a;hb=13ba0dffd2f2b1915b82a7ecfaf5ec1004aaa631;hpb=e02cd51eb9c9ac3f84a84fefd567d7217e34bc38 diff --git a/set-comments b/set-comments index b87f211..8cb7029 100755 --- a/set-comments +++ b/set-comments @@ -20,10 +20,9 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR cd "${BASH_SOURCE%/*}/proposed-comments" -shell="ssh -oStrictHostKeyChecking=no $(chost iankelling.org)" +shell="ssh -oStrictHostKeyChecking=no iankelling.org" while [[ $1 ]]; do case $1 in - -a) all=true; shift ;; -l) shell= ; shift ;; # -l for local esac done