aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItPm
diff options
context:
space:
mode:
Diffstat (limited to 'SuckItPm')
-rwxr-xr-xSuckItPm6
1 files changed, 5 insertions, 1 deletions
diff --git a/SuckItPm b/SuckItPm
index 26503f5..6a30373 100755
--- a/SuckItPm
+++ b/SuckItPm
@@ -10,7 +10,9 @@ filter="
10 -not -name ".pageindex" -a \ 10 -not -name ".pageindex" -a \
11" 11"
12 12
13find ../pmwiki/wiki.d ${filter} \ 13pushd /opt/merged
14
15find /opt/pmwiki/wiki.d ${filter} \
14-name "*.*" -type f,l -printf "%P\n" | while read line 16-name "*.*" -type f,l -printf "%P\n" | while read line
15do 17do
16 base=`echo "${line}" | cut -d '.' -f 1` 18 base=`echo "${line}" | cut -d '.' -f 1`
@@ -57,3 +59,5 @@ echo "<hr/><p><a href=\"${URL}/?n=${base}.${file}\">Original page</a> where you
57done 59done
58 60
59notYetAnotherWiki.lua 61notYetAnotherWiki.lua
62
63popd