aboutsummaryrefslogtreecommitdiff
path: root/extension/otp.bash
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-08 11:23:49 +0100
committerFederico Angelilli <code@fedang.net>2024-03-08 11:23:49 +0100
commitb560a593f21feaba1e4b4c11a8adc50c1a84281d (patch)
tree21d5a4bdd73cd4e0666704fed46442109e3670c3 /extension/otp.bash
parent5942f372315cfdf39aae8a6b74188503b6f11b0e (diff)
Add clip extension
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//+/ }"