Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash -eu
  2. echo ";;gpg eauth ${USER}"
  3. echo ";;gpg eauth ${USER}"|xclip -i
  4. echo -n "Enter OTP URL: "
  5. read OTP_URL
  6. OTP=$(curl --silent "${OTP_URL}"|gpg --quiet --decrypt)
  7. echo ";;gpg everify ${OTP}"
  8. echo ";;gpg everify ${OTP}"|xclip -i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement