Subversion Repositories Kolibri OS

Rev

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

  1. #!/bin/bash
  2. cd temp
  3. erase *.ppm
  4. erase *.j2k
  5. erase *.bmp
  6. erase *.tif
  7. erase *.jp2
  8. cd ..
  9.  
  10. echo
  11. echo "Type the name of the directory (inside OPJ_Binaries) "
  12. echo "containing your executables to compared with reference, followed by [ENTER] (example: rev101):"
  13. read compdir
  14.  
  15. ./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $compdir
  16. echo
  17.