davidovski/entries/entries.sh

6 lines
48 B
Bash
Raw Normal View History

#!../page.sh
[ -z "$1" ] || {
md2html $1
}