diff options
Diffstat (limited to 'examples/gipfel2html')
-rwxr-xr-x | examples/gipfel2html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html index 1016b94..5b0e6ea 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -14,6 +14,10 @@ EOF i=0 grep -v "^#" gipfelweb/gipfel/${1}.gipf | \ while read name height x y dist flags dummy; do + if [ "${flags}" = "HIDDEN" ]; then + continue + fi + thumb_w=`identify -format %w gipfelweb/thumbs/${name}` thumb_h=`identify -format %h gipfelweb/thumbs/${name}` |