Created
November 12, 2012 15:40
-
-
Save adorsk/4060043 to your computer and use it in GitHub Desktop.
Standalone Fabfile
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
if __name__ == '__main__': | |
from fabric.main import main | |
import sys | |
sys.argv = ['fab', '-f', __file__] + sys.argv[1:] | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment