Created
February 9, 2014 00:09
-
-
Save jonasbits/8892292 to your computer and use it in GitHub Desktop.
Modified script to get a OTP to verify against http://wiki.bitcoin-otc.com/wiki/GPG_authentication#Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
wget -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/32.0.1700.102 Chrome/32.0.1700.102 Safari/537.36" -q -O - http://bitcoin-otc.com/otps/YOURKEYID | gpg -q --output - --decrypt | xclip -i -selection clipboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment