Skip to content

Instantly share code, notes, and snippets.

View acedubs's full-sized avatar

aim.os acedubs

View GitHub Profile
@alq666
alq666 / fabric-test.sh
Created August 10, 2012 21:36
Testing the fabric integration
easy_install fabric
python -c "import fabric; print fabric"
# <module 'fabric' from '.../python2.7/site-packages/Fabric-1.4.3-py2.7.egg/fabric/__init__.pyc'>
cd dogapi
fab -f examples/fabfile.py sweet_task:"yay!"
# My sweet task always runs properly.
#
# Done.