Skip to content

Instantly share code, notes, and snippets.

View mhw's full-sized avatar

Mark H. Wilkinson mhw

View GitHub Profile
@mhw
mhw / bundler-script
Created July 16, 2014 15:28
bundler issue installing jekyll with Gemfile
#!/bin/bash
set -ex
rm -rf ~/tmp/jekyll-test
mkdir ~/tmp/jekyll-test
cd ~/tmp/jekyll-test
cat >Gemfile <<EOF
source 'https://rubygems.org'