This website works better with JavaScript.
Explore
Help
Sign In
utopiah
/
misc
Watch
1
Star
0
Fork
You've already forked misc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
31
Commits
1
Branch
0
Tags
157 KiB
PHP
71.1%
Shell
16.6%
JavaScript
12.2%
Tree:
8bc2cf1b2e
misc
/
shell_scripts
/
wiki_page_diffs
4 lines
94 B
Raw
Blame
History
#!/bin/sh
## to be done in wiki.d/
grep diff:
$1
|
awk
'{FS=":"; print $2}'
|
sort -n
|
uniq
Reference in new issue
View Git Blame
Copy Permalink