Created
March 19, 2013 04:29
-
-
Save micapam/5193721 to your computer and use it in GitHub Desktop.
Run a single command on Heroku console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
HEROKU=/usr/local/heroku/bin/heroku | |
echo "$1; exit" | $HEROKU run console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment