diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/bin/sh -xe +make gallery +target=/tmp/G input=/tmp/Gi +rm -rf $target $input + +mkdir -p $target +cp -r $HOME/Pictures/Anime $input +./gallery init $target +./gallery import $target $input +./gallery thumbnail $target +./gallery dhash $target $HOME/Projects/fiv/build/hash |