Last active
May 14, 2016 15:06
-
-
Save mtnmts/182acc45f3c803ed39951e46a6019e98 to your computer and use it in GitHub Desktop.
fabric CI
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 | |
while inotifywait -r -e close_write --exclude '/\..+' $1; do cd $1 & fab publish; done & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment