summarylogtreecommitdiffstats
path: root/initcpio_hooks_tpm2-totp
blob: bb4d400077cc1746f726a9768671f06024938c82 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/ash

run_hook() {
    echo 'Verification TOTP:'
    tpm2-totp --time calculate
}

# vim: set ft=sh ts=4 sw=4 et: