script: top extensions, useless but hey look I'm tired

This commit is contained in:
Morgan 2018-09-12 03:36:21 +02:00
parent 4046b517b5
commit aa23bf01bc

3
top_extensions.sh Normal file
View File

@ -0,0 +1,3 @@
#/usr/bin/env bash
BASEDIR=$(dirname "$0")
cat "$BASEDIR/README.md" | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | awk -F/ '{print $3}' | sed -E -e 's_.*\.([^\.]+)$_\1_g' | sort | uniq -c | sort -n