projects
/
brisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove obsolete trick to fix firefox problem on input buttons
[brisk.git]
/
bin
/
relict_get.sh
1
#!/bin/bash
2
IFS='
3
'
4
( for i in $(grep -r '^ *function' web | sed 's/.*:[ ]*function[ ]*//g;s/(.*//g'); do
5
grep -rw $i web | wc -l | tr -d '\n'
6
echo ": $i"
7
done ) | sort -n