X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=get-comments;h=36563b84afa7e5783648f43f7628dfed9c3330ca;hp=541ce3cf9771dd717d514f1fe205175f501e6e94;hb=refs%2Fheads%2Fmaster;hpb=35dea67c2f972fe7552820841f7c550129a6add0 diff --git a/get-comments b/get-comments index 541ce3c..36563b8 100755 --- a/get-comments +++ b/get-comments @@ -20,7 +20,7 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR cd "${BASH_SOURCE%/*}/proposed-comments" all=false -shell="ssh $(chost iankelling.org)" +shell="ssh iankelling.org" while [[ $1 ]]; do case $1 in -a) all=true; shift ;;