add a header doc block

This commit is contained in:
AD7six 2014-10-24 09:30:14 +00:00
parent 269fa6e43e
commit 8d3af29b74
1 changed files with 6 additions and 0 deletions

View File

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