Skip to content

Instantly share code, notes, and snippets.

View vbatts's full-sized avatar
🧁

Vincent Batts vbatts

🧁
View GitHub Profile
@vbatts
vbatts / build.sh
Created May 16, 2012 15:04
warbler: store a local webserver jar, instead of in ~/.m2/
#!/bin/sh
ruby \
-I$(dirname $(gem which warbler)) -r warbler/web_server \
-I./ -r local_web_server \
-S warble \
--trace
#!/usr/bin/env bash
# set this, so that we bail on errors
set -e
# This is an RVM Project .rvmrc file, used to automatically load the ruby
# development environment upon cd'ing into the directory
this_ruby="ruby-1.9.3-preview1"
this_gemset="testset"