From a4a84180ae26ab73697232a3538e640b8a974f82 Mon Sep 17 00:00:00 2001 From: PeterPawn Date: Thu, 11 Feb 2016 13:57:05 +0100 Subject: [PATCH] re-added micro version to the header - otherwise the "writemicro" call will be rendered useless --- decode_passwords | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/decode_passwords b/decode_passwords index 4527c02..4d866e0 100644 --- a/decode_passwords +++ b/decode_passwords @@ -29,6 +29,43 @@ # ####################################################################################### # +# embedded micro version +# === micro_decode_start === +# b=/bin +# l=/lib +# f=/var/flash +# t=/var/$$ +# m=mount +# r=proc +# mkdir -p $t$f $t$l $t$b $t/$r +# cd $t +# cat $*>i +# sed -ne's|.*\(\$\$\$\$[A-Z1-6]*\).*|\1|p'p +# cat>s<<'Q' +# q=\\\\ +# while read x;do +# echo -e "webdavclient {$2=$x;}">$1 +# o="$(/run -p$2)" +# o="${o//$q/$q$q}" +# o="${o//|/\\|}" +# o="${o//&/\\&}" +# o="${o//\"/$q\"}" +# echo "s|$x|$o|">>c +# done