TiddlyWiki5/bin/quick-bld.sh

9 wiersze
147 B
Bash
Executable File

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