From 43c7816215f6d222a7865daf00804310ca261851 Mon Sep 17 00:00:00 2001 From: "Christian P. V. Christoffersen" <88783438+br-cpvc@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:40:25 +0200 Subject: [PATCH] added totp-auth.sh --- totp-auth.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 totp-auth.sh diff --git a/totp-auth.sh b/totp-auth.sh new file mode 100755 index 0000000..552ec52 --- /dev/null +++ b/totp-auth.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# from: https://gist.github.com/maximlarionov/d24d57990b3c6ce04e36 +# brew install oath-toolkit + +oathtool --totp -b "$1"