TiddlyWiki5/bin/quick-bld.sh

9 lines
147 B
Bash
Raw Normal View History

#!/bin/bash
# Abbreviated build script for building prerelease
tiddlywiki editions/prerelease \
--verbose \
--build favicon index \
|| exit 1