diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/image_pregen.sh | 3 | ||||
-rwxr-xr-x | contrib/install-scripts.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/image_pregen.sh b/contrib/image_pregen.sh index 8a89fd6..acbb4aa 100755 --- a/contrib/image_pregen.sh +++ b/contrib/image_pregen.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# $Id$ +# # image_pregen.sh # # call with file or dir to pregenerate the file or dir diff --git a/contrib/install-scripts.sh b/contrib/install-scripts.sh index 8f2d34d..b8d0219 100755 --- a/contrib/install-scripts.sh +++ b/contrib/install-scripts.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# $Id$ +# #set -xv pushd $(dirname $0) &>/dev/null |