Created
April 23, 2012 15:13
-
-
Save timsavery/2471534 to your computer and use it in GitHub Desktop.
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
tsavery@tangialt01:~/github/timsavery/nodephilly-raffle$ jitsu env set USER_KEY 833786748121301405160 | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command env set USER_KEY 833786748121301400000 | |
info: Nodejitsu ok | |
tsavery@tangialt01:~/github/timsavery/nodephilly-raffle$ jitsu env set USER_KEY "833786748121301405160" | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command env set USER_KEY 833786748121301400000 | |
info: Nodejitsu ok | |
tsavery@tangialt01:~/github/timsavery/nodephilly-raffle$ jitsu env set USER_KEY '833786748121301405160' | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command env set USER_KEY 833786748121301400000 | |
info: Nodejitsu ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment