#!/bin/sh db=itazura.sq3 templ=itazura.m4.html sqlite3 -html $db "SELECT * from ita;" \ | m4 -D_TITLE_="データ一覧" -D_CONTENT_="syscmd(cat)" $templ