Skip to content

Instantly share code, notes, and snippets.

@krisselden
Created April 7, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisselden/d904938ecd51f160a143 to your computer and use it in GitHub Desktop.
Save krisselden/d904938ecd51f160a143 to your computer and use it in GitHub Desktop.
#!/bin/sh
(for root in $(watchman watch-list | jq -r '.roots | .[]'); do watchman watch-del "$root" ; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment