mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-05 09:15:54 +00:00
9 lines
159 B
Bash
Executable File
9 lines
159 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_createprimary
|
|
exit $?
|