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

10 wiersze
126 B
Bash

#!/bin/sh
# eotk (c) 2017 Alec Muffett
cd %PROJECT_DIR% || exit 1
for hfile in *.d/hostname ; do
cat $hfile
done
exit 0