Pastebin

Paste #1835: lav-gallery.sh

< previous paste - next paste>

Pasted by hhc@merlot

Download View as text

#!/bin/zsh
source gallery.conf

echo "----------------------------------------"
echo " Tryk Enter for at oprette galleri."
echo "----------------------------------------"
read
#find $GALLERY_SOURCE -print0 |xargs -0 touch
#nice /usr/bin/lazygal $GALLERY_CLEAN $GALLERY_OPTIMIZE --output-directory=$OUTPUT_DIR --theme=$THEME --image-size=$IMAGE_SIZE --thumbnail-size=$GALLERY_THUMBNAIL_SIZE $GALLERY_SOURCE
nice ~/lazygal/lazygal.py $GALLERY_CLEAN $GALLERY_OPTIMIZE --output-directory=$OUTPUT_DIR --theme=$THEME --image-size=$IMAGE_SIZE --thumbnail-size=$GALLERY_THUMBNAIL_SIZE $GALLERY_SOURCE
#find $OUTPUT_DIR -print0 |xargs -0 touch
echo "----------------------------------------"
echo " Tryk Enter for at afslutte..."
echo "----------------------------------------"
read

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.