diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/shpp.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/shpp.sh b/tools/shpp.sh index c54c7b7..891f9bd 100755 --- a/tools/shpp.sh +++ b/tools/shpp.sh @@ -31,6 +31,14 @@ die() exit 2 } +error() +{ + local fmt="${1}" + shift 1 + + printf "shpp: ${fmt}\n" "${@}" +} + preprocess() { local vars="${1}" |