Skip to content

Instantly share code, notes, and snippets.

View jakeatwork's full-sized avatar

Jake Levine jakeatwork

  • los angeles, ca
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1BKqC5WhiHoXuxVecaMBAHmV25UVfReQ92 https://explorer.blockstack.org/address/1BKqC5WhiHoXuxVecaMBAHmV25UVfReQ92
#!/usr/bin/env bash
# Original Source: http://blog.nonuby.com/blog/2012/07/05/copying-env-vars-from-one-heroku-app-to-another/
## Usage: heroku_env_copy [options] SOURCE TARGET
##
## NOTE: This script will only output the command, you should run it yourself.
##
## Options:
## -h, --help Display this message.
##
#!/usr/bin/env bash
# Original Source: http://blog.nonuby.com/blog/2012/07/05/copying-env-vars-from-one-heroku-app-to-another/
## Usage: heroku_env_copy [options] SOURCE TARGET
##
## NOTE: This script will only output the command, you should run it yourself.
##
## Options:
## -h, --help Display this message.
##