aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItFos
diff options
context:
space:
mode:
authordvs12025-01-09 14:31:04 +1000
committerdvs12025-01-09 14:31:04 +1000
commite29a5ebab92fed878e035aa172dce2890494bc53 (patch)
tree4713e29bf39facc77bad70cf5f08264a17e212ae /SuckItFos
parentUpdate the Foswiki URL. (diff)
downloadnotYetAnotherWiki-e29a5ebab92fed878e035aa172dce2890494bc53.zip
notYetAnotherWiki-e29a5ebab92fed878e035aa172dce2890494bc53.tar.gz
notYetAnotherWiki-e29a5ebab92fed878e035aa172dce2890494bc53.tar.bz2
notYetAnotherWiki-e29a5ebab92fed878e035aa172dce2890494bc53.tar.xz
Run the conversion scripts in the Devuan wiki's hard coded paths.
Diffstat (limited to 'SuckItFos')
-rwxr-xr-xSuckItFos6
1 files changed, 5 insertions, 1 deletions
diff --git a/SuckItFos b/SuckItFos
index 66a561e..d688c95 100755
--- a/SuckItFos
+++ b/SuckItFos
@@ -10,7 +10,9 @@ filter="
10 -name TWiki -prune -o \ 10 -name TWiki -prune -o \
11" 11"
12 12
13find ../Foswiki/data ${filter} \ 13pushd /opt/merged
14
15find /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
15do 17do
16 base=`echo "${line}" | cut -d '/' -f 1` 18 base=`echo "${line}" | cut -d '/' -f 1`
@@ -52,3 +54,5 @@ do
52done 54done
53 55
54notYetAnotherWiki.lua 56notYetAnotherWiki.lua
57
58popd