Skip to content

Instantly share code, notes, and snippets.

@KlausTrainer
Created October 23, 2010 12:31
Show Gist options
  • Save KlausTrainer/642157 to your computer and use it in GitHub Desktop.
Save KlausTrainer/642157 to your computer and use it in GitHub Desktop.
couchapp-autopush
#! /bin/sh -e
inotifywait -m -r --exclude "\.swp$" -e modify . | xargs -n 1 -I {} echo "couchapp push" | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment