openjpeg/testing/OPJ_Validate_Create_Ref.sh

14 lines
292 B
Bash
Raw Permalink Normal View History

2010-03-05 22:17:11 +01:00
#!/bin/bash
#Create Reference images and hash
echo
echo "Type the name of the directory (inside OPJ_Binaries) "
echo "containing your reference executables, followed by [ENTER] (example: rev100):"
read refdir
cd temp
rm *.md5
cd ..
./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $refdir
echo