aboutsummaryrefslogtreecommitdiff
path: root/test.sh
blob: 13cb028a68c9c3de38d61ddbb32ccc419b1a1b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -xe
make gallery
target=/tmp/G input=/tmp/Gi
rm -rf $target $input

mkdir -p $target
cp -ra $HOME/Pictures/Anime $input
./gallery init $target
./gallery import $target $input
./gallery thumbnail $target
./gallery dhash $target $HOME/Projects/fiv/build/hash