added personal scripts
This commit is contained in:
5
shell_scripts/wiki_total_diffs
Executable file
5
shell_scripts/wiki_total_diffs
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# takes are argument the wiki root
|
||||
|
||||
grep diff: $(ls $1/wiki.d/* | grep -v PmWiki. | grep -v Site.) | awk '{FS=":"; print $3}' | wc -l
|
||||
Reference in New Issue
Block a user