TiddlyWiki5/bin/quick-bld.sh

9 lines
153 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# Abbreviated build script for building prerelease
tiddlywiki editions/prerelease \
--verbose \
2019-09-24 12:23:21 +00:00
--build favicon index empty \
|| exit 1