diff options
Diffstat (limited to 'SuckItFos')
-rwxr-xr-x | SuckItFos | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,9 @@ filter=" | |||
10 | -name TWiki -prune -o \ | 10 | -name TWiki -prune -o \ |
11 | " | 11 | " |
12 | 12 | ||
13 | find ../Foswiki/data ${filter} \ | 13 | pushd /opt/merged |
14 | |||
15 | find /opt/Foswiki/data ${filter} \ | ||
14 | -name "*.txt" -type f,l -printf "%P\n" | while read line | 16 | -name "*.txt" -type f,l -printf "%P\n" | while read line |
15 | do | 17 | do |
16 | base=`echo "${line}" | cut -d '/' -f 1` | 18 | base=`echo "${line}" | cut -d '/' -f 1` |
@@ -52,3 +54,5 @@ do | |||
52 | done | 54 | done |
53 | 55 | ||
54 | notYetAnotherWiki.lua | 56 | notYetAnotherWiki.lua |
57 | |||
58 | popd | ||