aboutsummaryrefslogtreecommitdiff
path: root/extension/otp.bash
diff options
context:
space:
mode:
Diffstat (limited to 'extension/otp.bash')
-rwxr-xr-xextension/otp.bash4
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//+/ }"