Confirmed users
4,467
edits
| Line 561: | Line 561: | ||
=== Remove index.html files === | === Remove index.html files === | ||
cd /pub/mozilla.org/firefox/releases/7.0 | cd /pub/mozilla.org/firefox/releases/7.0 | ||
find . -name index.html -exec echo rm -v {} \; | find . -name index.html -exec echo rm -v {} \; | ||
find . -name index.html -exec rm -v {} \; | find . -name index.html -exec rm -v {} \; | ||
=== Update browser choice website === | === Update browser choice website === | ||
Filed {{bug|689576}} to update the website | Filed {{bug|689576}} to update the website | ||