This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ruby \ | |
-I$(dirname $(gem which warbler)) -r warbler/web_server \ | |
-I./ -r local_web_server \ | |
-S warble \ | |
--trace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
NewerOlder