Skip to content

Instantly share code, notes, and snippets.

@arecker
Created November 13, 2015 01:29
Show Gist options
  • Save arecker/29e703e7a65ebcb8c5ef to your computer and use it in GitHub Desktop.
Save arecker/29e703e7a65ebcb8c5ef to your computer and use it in GitHub Desktop.
#!/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