md2html.sh 201 B

123456
  1. #!/bin/sh
  2. # my preferred style.css is at https://m4t3sz.gitlab.io/bsc/style.css
  3. echo '<html><head><link rel=stylesheet type=text/css href=style.css/></head><body>' > $1.html
  4. exec smu $1.md >> $1.html