summaryrefslogtreecommitdiff
path: root/x220.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x220.sh')
-rwxr-xr-xx220.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/x220.sh b/x220.sh
index 8918935..dcb322d 100755
--- a/x220.sh
+++ b/x220.sh
@@ -9,6 +9,7 @@ gitget() {
local url="$1"
local branch="$2"
local dir="$3"
+ echo "get $url ($branch)"
if [ ! -e "$dir" ]; then
git clone -b "$branch" "$url"
else