kolibrios-fun/contrib/menuetlibc/openjpeg/OPJ_Validate/OPJ_Validate_Create_Ref.sh
right-hearted 927f6fa6b2 Adding openjpeg to autobuild
git-svn-id: svn://kolibrios.org@4758 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-04 15:09:22 +00:00

14 lines
292 B
Bash

#!/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