mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
15 lines
259 B
Bash
15 lines
259 B
Bash
#!/bin/sh -e
|
|
|
|
# ----------------------------------------------------------------------
|
|
# defs.sh
|
|
# ----------------------------------------------------------------------
|
|
|
|
export LEVEL=../..
|
|
. $LEVEL/defs.sh
|
|
|
|
redo-ifchange defs.sh
|
|
|
|
export FILES="
|
|
index.adoc
|
|
"
|