summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.sh')
-rwxr-xr-xfetch.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/fetch.sh b/fetch.sh
deleted file mode 100755
index eed6960..0000000
--- a/fetch.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-if [[ "$OSTYPE" == *darwin* ]]; then
- READLINK_CMD='greadlink'
-else
- READLINK_CMD='readlink'
-fi
-
-dot="$(cd "$(dirname "$([ -L "$0" ] && $READLINK_CMD -f "$0" || echo "$0")")" || exit; pwd)"
-
-source "$dot/sonar-base.sh"
-
-fetch;