Imported Upstream version 0.72
This commit is contained in:
9
scripts/convert-wgetted.bash
Executable file
9
scripts/convert-wgetted.bash
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $1/documentation/wget-tmp
|
||||
|
||||
for file in ??/*.html; do
|
||||
new=`echo $file | sed -e "s/.php?/_/g" | sed -e "s/.php//g"`
|
||||
to=$1/documentation/$new
|
||||
cat $file | sed -e "s/.php#/.html#/g" | sed -e "s/.php%3F/_/g" | sed -e "s/.php//g" >$to
|
||||
done
|
||||
Reference in New Issue
Block a user