1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 14:53:15 +00:00
TiddlyWiki5/bin/quick-bld.sh

9 lines
153 B
Bash
Raw 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