I hereby claim:
- I am igordcard on github.
- I am igordc (https://keybase.io/igordc) on keybase.
- I have a public key ASDWFlDCHlbMq_X2va1mpWoI3OsiJaEPSqV7Q9FpwfUb9Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1JdRm365Nus6hYUDsTAAZY1EZdYo5MYFXB https://explorer.blockstack.org/address/1JdRm365Nus6hYUDsTAAZY1EZdYo5MYFXB |
| #!/bin/bash | |
| # Copyright 2016 Telefónica Investigación y Desarrollo S.A.U. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| function gmail() { | |
| from=$1 | |
| user=$1 | |
| to=$2 | |
| stty -echo </dev/tty; | |
| read -p "Password: " passw < /dev/tty | |
| echo | |
| stty </dev/tty echo |
| #!/bin/bash | |
| # Paste at Pastebin.com using command line (browsers are slow, right?) | |
| # coder : Anil Dewani | |
| # date : November 7, 2010 | |
| # forker : Igor Duarte Cardoso | |
| # date : March 12, 2014 | |
| # Don't forget to set your Unique Developer API Key here | |
| # http://pastebin.com/api#1 | |
| API_KEY= |