#!/bin/sh

set -eu

name="$1"

oathtool --base32 --totp "$(pass show "totp/$name")"

