Enterprise-Onion-Toolkit/templates.d/harvest.sh.txt

10 wiersze
174 B
Bash

#!/bin/sh
# eotk (c) 2017 Alec Muffett
cd %PROJECT_DIR% || exit 1
for hfile in *.d/hostname ; do
test -f "$hfile" && cat "$hfile" # check wildcard expanded
done
exit 0