Skip to content

Instantly share code, notes, and snippets.

@misfo
Created December 12, 2015 22:50
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 misfo/2291ff370480e5ea49f5 to your computer and use it in GitHub Desktop.
Save misfo/2291ff370480e5ea49f5 to your computer and use it in GitHub Desktop.
fswatch -0 Gemfile.lock | while read -d "" lockfile; do BUNDLE_GEMFILE=$(echo $lockfile | sed 's/\.lock$//') bundle exec ruby -e 'puts $LOAD_PATH'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment