Confirmed users
4,467
edits
Line 459: | Line 459: | ||
cd /pub/mozilla.org/firefox/releases/7.0 | cd /pub/mozilla.org/firefox/releases/7.0 | ||
wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=540139 | wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=540139 | ||
sed -i -e 's/ | sed -i -e 's/5/7/g' index.html | ||
for dir in `find . -type d -mindepth 1`; do cp -pv index.html $dir/; done | for dir in `find . -type d -mindepth 1`; do cp -pv index.html $dir/; done | ||