Confirmed users
4,293
edits
Line 302: | Line 302: | ||
sed -i -e "s/13/$version/g" index.html | sed -i -e "s/13/$version/g" index.html | ||
for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | ||
</pre> | |||
=== Push to external mirrors === | === Push to external mirrors === |