#!/bin/bash
file=$1

cat header.html
./aozora_ruby.pmm.py $file | sed -e "s/$/<\/p>/;s/^/<p>/;s/［＃改ページ］/<hr>/g"
cat footer.html
