mirror of
https://github.com/nasa/fpp.git
synced 2026-04-12 14:13:33 -05:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
#!/bin/sh -e
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Definitions.adoc.do
|
|
# ----------------------------------------------------------------------
|
|
|
|
. ./defs.sh
|
|
|
|
redo-ifchange $FILES
|
|
|
|
for file in $FILES
|
|
do
|
|
echo
|
|
cat $file
|
|
done
|