choose favorites

main
Bel LaPointe 2022-10-18 14:45:24 -06:00
parent 476bc0ea10
commit 204670a626
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ main() {
flags() { flags() {
set -e set -e
export THEMES="${1:-"${THEME:-"${THEMES:-"flat"}"}"}" export THEMES="${1:-"${THEME:-"${THEMES:-"short,onepage"}"}"}"
export PAGE_SIZE="${PAGE_SIZE:-A4}" export PAGE_SIZE="${PAGE_SIZE:-A4}"
if [ "$THEMES" == "all" ]; then if [ "$THEMES" == "all" ]; then