diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-08 11:23:49 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-08 11:23:49 +0100 |
| commit | b560a593f21feaba1e4b4c11a8adc50c1a84281d (patch) | |
| tree | 21d5a4bdd73cd4e0666704fed46442109e3670c3 /extension/otp.bash | |
| parent | 5942f372315cfdf39aae8a6b74188503b6f11b0e (diff) | |
Add clip extension
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//+/ }" |
