diff --git a/bin/inline.sh b/bin/inline.sh index deb5447..e934ac6 100755 --- a/bin/inline.sh +++ b/bin/inline.sh @@ -1,4 +1,10 @@ #!/bin/bash +################################################################################ +# +# A utility script to write (nested) include statements +# into the equivalent single config file. +# +################################################################################ PROGNAME=${0##*/} PROGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"