mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add script/bootstrap
This just runs Bundler with the right options. Maybe it will do more in the future, like update submodules.
This commit is contained in:
8
script/bootstrap
Executable file
8
script/bootstrap
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
bundle check --path vendor/gems > /dev/null 2>&1 || \
|
||||
bundle install --local --path vendor/gems
|
||||
Reference in New Issue
Block a user