summaryrefslogtreecommitdiffstats
path: root/ffxpi
diff options
context:
space:
mode:
Diffstat (limited to 'ffxpi')
-rwxr-xr-xffxpi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffxpi b/ffxpi
index fd60a30..0de2600 100755
--- a/ffxpi
+++ b/ffxpi
@@ -19,6 +19,8 @@ getxpi() {
[ -f $i.xpi ] && echo "already downloaded"
[ -f $i.xpi ] || wget -nv $URL/$i.xpi
done
+ echo -n "Number of XPI found: "
+ ls *.xpi | wc -l
fi
}