I hereby claim:
- I am swarnava on github.
- I am swarnava (https://keybase.io/swarnava) on keybase.
- I have a public key whose fingerprint is F0AF AC2C 9C2D 3F45 4DAB F99D BFA4 E9BD 5461 E6B8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying that +swarnava is my blockchain ID. https://onename.com/swarnava |
| <?php | |
| /* | |
| * Contact Form Class | |
| */ | |
| header('Cache-Control: no-cache, must-revalidate'); | |
| header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); | |
| header('Content-type: application/json'); |
| #!/bin/bash | |
| HERE=$(cd `dirname $0`; pwd) | |
| if [ $# -eq 0 ]; then | |
| if [[ ! -d "$HERE/b2g" || ! -d "$HERE/gaia" ]]; then | |
| echo "The b2g and/or gaia directories appear to be missing." | |
| echo "Run '$0 update' first." | |
| exit 1 | |
| fi |