diff options
Diffstat (limited to 'extension/otp.bash')
| -rwxr-xr-x | extension/otp.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/otp.bash b/extension/otp.bash index 6eb8266..62045bb 100755 --- a/extension/otp.bash +++ b/extension/otp.bash @@ -1,3 +1,7 @@ +#!/bin/bash + +# The OTP parsing code was taken from pass-otp + _otp_parse() { urldecode() { local url_encoded="${1//+/ }" |
