I hereby claim:
- I am scootklein on github.
- I am scootklein (https://keybase.io/scootklein) on keybase.
- I have a public key whose fingerprint is DC39 D295 26B1 EFAD 7823 6D94 5632 A970 BA73 05FB
To claim this, I am signing this object:
-- STEP 1 -- | |
$> ./fetch https://google.com https://apple.com https://microsoft.com | |
$> https://google.com | |
$> https://apple.com | |
$> https://microsoft.com | |
-- STEP 2 -- | |
./fetch https://www.google.com # this should be successful | |
-- STEP 3 -- |
I hereby claim:
To claim this, I am signing this object:
function hp() { | |
orig_args="$@" | |
remotes=`git remote -v | grep production | grep -v worker` | |
set $remotes | |
repo=${2/[email protected]:/} | |
hp_predicate=${repo/.git/}; | |
echo "heroku $orig_args --app $hp_predicate" | |
heroku $orig_args --app $hp_predicate | |
} |