diff options
| -rwxr-xr-x | generate_album.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_album.sh b/generate_album.sh index 8d574a4..0c22c96 100755 --- a/generate_album.sh +++ b/generate_album.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Small image gallery script -# 2011 (c) Paul C. Buetow +# Small quick n dirty photo album script +# 2011 (c) Dipl.-Inform (FH) Paul Buetow declare -i THUMBGEOMETRY=250 declare -i GEOMETRY=800 |
