This bash shell script calls several SCSI commands on the given DEVICE. These SCSI commands are considered mandatory (although that varies a little depending on which standard/draft the DEVICE complies with). The results of each test and a pass/fail count are output.
-h, --help print out the usage message then exit.
-L, --log the output to stderr (from each SCSI command executed) is appended to a file called 'scsi_mandat.err' in the current working directory.
-q, --quiet the amount of output is reduced and typically only the pass/fail count is output.
-v, --verbose increase level or verbosity.
This software is distributed under a BSD-2-Clause license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.