Created
April 28, 2016 16:30
-
-
Save CounterPillow/9e6ea93bd0e9b94b8de84326db46fee4 to your computer and use it in GitHub Desktop.
This file contains 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
CUMFILE="$HOME/.cum/config.json" | |
MADOKAMI_USERNAME=$(jq -r '.madokami.username' $CUMFILE) | |
MADOKAMI_PASSWORD=$(jq -r '.madokami.password' $CUMFILE) | |
BATOTO_USERNAME=$(jq -r '.batoto.username' $CUMFILE) | |
BATOTO_PASSWORD=$(jq -r '.batoto.password' $CUMFILE) | |
export MADOKAMI_USERNAME | |
export MADOKAMI_PASSWORD | |
export BATOTO_USERNAME | |
export BATOTO_PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment