TiddlyWiki5/bin/quick-bld.sh
2019-09-24 13:23:21 +01:00

8 lines
153 B
Bash
Executable file

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