4bbd3ded ^
1 2 3 4 5 6 7 8 9 10
#!/bin/bash # Regenerate html files. for f in *.cc *.mu do vim -c "TOhtml | w | qa" $f mv $f.html html done sed -i 's,<title>\~/Desktop/s/mu/,<title>Mu - ,' html/* sed -i 's,\.html</title>,</title>,' html/*