Files
2018-07-12 13:53:07 -04:00

8 lines
121 B
Bash
Executable File

#!/bin/sh
# Generate dartdoc documentation and preview in a browser.
doc="doc"
dartdoc && \
open "$doc"/api/index.html