diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ target=/tmp/G input=/tmp/Gi rm -rf $target $input mkdir -p $target -cp -r $HOME/Pictures/Anime $input +cp -ra $HOME/Pictures/Anime $input ./gallery init $target ./gallery import $target $input ./gallery thumbnail $target |