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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27
Commits
1
Branch
0
Tags
157 KiB
PHP
71.1%
Shell
16.6%
JavaScript
12.2%
Tag:
Branch:
Tree:
83b4f875ad
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '83b4f875ad'
${ noResults }
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