mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-24 08:47:07 +00:00
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# For the license, see the LICENSE file in the root directory.
|
|
|
|
DIR=$(dirname "$0")
|
|
|
|
"${DIR}/tpm2_run_test.sh" tpm2_pcr_read
|
|
exit $?
|