From 88051c9ccfa9b863b41f0ae86dbb1caaeb739743 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 12 Jun 2021 21:26:56 +0700 Subject: Overhaul configurations --- bin/.local/bin/totp | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/.local/bin/totp (limited to 'bin/.local/bin/totp') diff --git a/bin/.local/bin/totp b/bin/.local/bin/totp new file mode 100755 index 0000000..6a84899 --- /dev/null +++ b/bin/.local/bin/totp @@ -0,0 +1,2 @@ +#!/bin/sh +oathtool --totp --base32 $(cat $HOME/.totp/$1) -- cgit 1.4.1