Skip to content
Snippets Groups Projects
Commit 1446af25 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen
Browse files

Added binstub for guard

parent b5e961eb
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'guard' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
load Gem.bin_path('guard', 'guard')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment