Created
December 4, 2009 17:09
-
-
Save jefftriplett/249165 to your computer and use it in GitHub Desktop.
localbuilder scripts
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 | |
/usr/bin/python localbuilder.py \ | |
--period=1 \ | |
--path=/Users/jefftriplett/sites/project/tests/ \ | |
--skip-extensions=pyc \ | |
--command=/Users/jefftriplett/sites/project/localbuilder_run.sh |
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 | |
/usr/bin/python /Users/jefftriplett/sites/project/tests/generate_foo.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment