SPIIIIIKE

This commit is contained in:
Joshua Nichols
2010-03-04 00:19:35 -05:00
commit 0277901561
11 changed files with 227 additions and 0 deletions

9
bin/homesick Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env ruby
require 'pathname'
lib = Pathname.new(__FILE__).dirname.join('..', 'lib').expand_path
$LOAD_PATH.unshift.unshift lib.to_s unless $LOAD_PATH.include?(lib.to_s)
require 'homesick'
Homesick.start