summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.sh')
-rwxr-xr-xfetch.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/fetch.sh b/fetch.sh
index 37601e3..a3fc571 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -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