Created
November 13, 2015 01:29
-
-
Save arecker/29e703e7a65ebcb8c5ef 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
#!/bin/bash | |
# moolah.sh | |
# Runs moolah.scripts.rates | |
python_path=/home/alex/envs/moolah/bin/python | |
script_path=/home/alex/git/moolah/manage.py | |
${python_path} ${script_path} runscript rates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment