diff options
Diffstat (limited to 'fetch.sh')
-rwxr-xr-x | fetch.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,4 +10,8 @@ dot="$(cd "$(dirname "$([ -L "$0" ] && $READLINK_CMD -f "$0" || echo "$0")")"; p source $dot/radar-base.sh -fetch; +if [[ -z "$1" ]]; then + fetch; +else + fetch $1; +fi |