From 0d03db771b48f7d90cf96560c32048001809e84f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 10 Jan 2018 16:08:04 +0200 Subject: Add: a bunch of new scripts --- totp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 totp (limited to 'totp') diff --git a/totp b/totp new file mode 100755 index 0000000..a606d6b --- /dev/null +++ b/totp @@ -0,0 +1,8 @@ +#!/bin/sh + +set -eu + +name="$1" + +oathtool --base32 --totp "$(pass show "totp/$name")" + -- cgit v1.2.1