davidovski/entries/entries.sh

6 lines
48 B
Bash
Executable File

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