Skip to content

Instantly share code, notes, and snippets.

@mtnmts
Last active May 14, 2016 15:06
Show Gist options
  • Save mtnmts/182acc45f3c803ed39951e46a6019e98 to your computer and use it in GitHub Desktop.
Save mtnmts/182acc45f3c803ed39951e46a6019e98 to your computer and use it in GitHub Desktop.
fabric CI
#! /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