I hereby claim:
- I am chrisgrabinski on github.
- I am chrisgrabinski (https://keybase.io/chrisgrabinski) on keybase.
- I have a public key whose fingerprint is DA32 B87D A8D1 62B9 6B21 8510 D6D7 AC51 9BF0 8E5D
To claim this, I am signing this object:
| # WordPress Sync | |
| # --------------------------------------------------------------------------------- | |
| #!/bin/bash | |
| src=SOURCEDIRECTORY | |
| dest=DESTDIRECTORY | |
| srcUrl=https://staging.source.com | |
| destUrl=https://source.com | |
| cd $src |
| # WordPress S3 Backup Script | |
| # --------------------------------------------------------------------------------- | |
| #!/bin/bash | |
| bucket="s3://" # Your S3 Bucket | |
| if [ -z "$1" ] | |
| then | |
| path=$PWD | |
| else |
| // [embedpost id="#"] | |
| function embedpost_func( $atts ) { | |
| $a = shortcode_atts( array( | |
| 'id' => 'Please add an "id" attribute', | |
| ), $atts ); | |
| // The post that is queried | |
| $query = get_post($a['id']); |
| // Dependencies | |
| // - https://github.com/carolineschnapp/currencies | |
| // Don't change currency if Cookie has been already set | |
| if (Currency.cookie.read() == null) { | |
| jQuery.ajax( { | |
| url: '//freegeoip.net/json/', | |
| type: 'GET', | |
| dataType: 'jsonp', |
I hereby claim:
To claim this, I am signing this object: