UNPKG

171 Bapplication/x-shView Raw
1#!/bin/bash
2cat \
3 <(echo '<!DOCTYPE html><link href="docs/gfm.css" rel="stylesheet" type="text/css">') \
4 <(node_modules/marked/bin/marked <README.md) \
5 > README.html
\No newline at end of file