add a header doc block
This commit is contained in:
parent
269fa6e43e
commit
8d3af29b74
|
@ -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 )"
|
||||
|
|
Loading…
Reference in New Issue