Skip to content

Commit

Permalink
Trust me to try creating a bash file on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbattersby committed Jan 24, 2013
1 parent 39f6375 commit d8a7763
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions installgems.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash #!/bin/bash
if ! which bundle > /dev/null; then
echo "*** Installing Bundler" if ! which bundle > /dev/null; then
gem install bundler --no-rdoc --no-ri echo "*** Installing Bundler"
fi gem install bundler --no-rdoc --no-ri

fi
bundle install
bundle install

0 comments on commit d8a7763

Please sign in to comment.