added personal scripts

This commit is contained in:
Fabien Benetou
2011-07-12 23:26:49 +02:00
parent 8a3d5f4c40
commit d37fcfdce1
28 changed files with 375 additions and 0 deletions

5
shell_scripts/wiki_total_diffs Executable file
View 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