From 8d3af29b74aeb836e432f39f74cbff51bac046e1 Mon Sep 17 00:00:00 2001 From: AD7six Date: Fri, 24 Oct 2014 09:30:14 +0000 Subject: [PATCH] add a header doc block --- bin/inline.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/inline.sh b/bin/inline.sh index deb54478..e934ac6d 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 )"