summary refs log tree commit diff
path: root/build.sh
blob: d5b4028f35e36c68cb74fcab67df7426e4f9e752 (plain)
1
2
3
4
5
#!/bin/sh

cat _header.html
sed 's/- \[ \] /<input type="checkbox" disabled>/;s/- \[x\] /<input type="checkbox" checked disabled>/' lista | sed 's/>\(.*\) (\(.*\))\(.*\)/><a href="\2">\1<\/a><p>\3<\/p>/' | sed 's/^/<li>/;s/$/<\/li>/'
cat _footer.html