1 2 3 4 5 6 7 8
#!/usr/bin/ash run_hook() { echo 'Verification TOTP:' tpm2-totp ${tpm2_totp_nvindex:+--nvindex} $tpm2_totp_nvindex --time calculate } # vim: set ft=sh ts=4 sw=4 et: