summaryrefslogtreecommitdiff
path: root/x220.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 08:50:38 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 08:50:38 +0200
commitffff0ff7fcb6df0c0b203fbce28fea0b11616b3c (patch)
treefb67ef8beffa458c41673c62b72850eb55552404 /x220.sh
parent1626227fb26a13bddf6c5302e76d43704f8f78ac (diff)
downloadv-i-ffff0ff7fcb6df0c0b203fbce28fea0b11616b3c.tar.gz
install helpful tools, provide progress reporting
Sponsored-by: author
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