7 lines
240 B
Bash
Executable File
7 lines
240 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
BASE_PW=$(op read "op://t4auhpfxnrrtyvfml4kysvgb2i/rqinfxfqr7z5e2gmix6beiqcxy/password")
|
|
OTP=$(op read "op://t4auhpfxnrrtyvfml4kysvgb2i/rqinfxfqr7z5e2gmix6beiqcxy/one-time password?attribute=otp")
|
|
|
|
echo ${BASE_PW}${OTP} |