We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465c991 commit 43c7816Copy full SHA for 43c7816
totp-auth.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+# from: https://gist.github.com/maximlarionov/d24d57990b3c6ce04e36
3
+# brew install oath-toolkit
4
+
5
+oathtool --totp -b "$1"
0 commit comments