script: top extensions, useless but hey look I'm tired
This commit is contained in:
parent
4046b517b5
commit
aa23bf01bc
3
top_extensions.sh
Normal file
3
top_extensions.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user