8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FP=$1
|
|
shift
|
|
|
|
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff $FP -
|
|
|