parallel/testsuite/tests-to-run/parallel-local23.sh
2012-08-13 20:17:14 +02:00

14 lines
240 B
Bash
Executable file

#!/bin/bash
rm -rf tmp 2>/dev/null
cp -a input-files/testdir2 tmp
cd tmp
echo '### Test filenames containing UTF-8'
find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {//}/thumb_{/}
find |grep -v CVS | sort
cd ..
rm -rf tmp