mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Abbreviated build script for building prerelease
|
|
|
|
tiddlywiki editions/prerelease \
|
|
--verbose \
|
|
--build favicon index empty \
|
|
|| exit 1
|