X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=get-comments;h=541ce3cf9771dd717d514f1fe205175f501e6e94;hp=54ea99a6a28e504ecb27e8b6bfc94316e96bd5be;hb=56cff87ea0949598b121518b7887cca1f99c619d;hpb=e02cd51eb9c9ac3f84a84fefd567d7217e34bc38 diff --git a/get-comments b/get-comments index 54ea99a..541ce3c 100755 --- a/get-comments +++ b/get-comments @@ -1,4 +1,4 @@ -#!/bin/bash -l +#!/bin/bash # Copyright (C) 2016 Ian Kelling # This program is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ shell="ssh $(chost iankelling.org)" while [[ $1 ]]; do case $1 in -a) all=true; shift ;; - -l) shell= ; shift ;; # -l for local + -l) shell= ; shift ;; # -l for local site instead of iankelling.org esac done