Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2. #Create Reference images and hash
  3.  
  4. echo
  5. echo "Type the name of the directory (inside OPJ_Binaries) "
  6. echo "containing your reference executables, followed by [ENTER] (example: rev100):"
  7. read refdir
  8. cd temp
  9. rm *.md5
  10. cd ..
  11. ./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $refdir
  12. echo
  13.  
  14.