moving to a new repo

This commit is contained in:
Joe O'Brien
2009-01-26 11:56:38 -05:00
parent 55fd4afa0f
commit 4e78262965
37 changed files with 2693 additions and 0 deletions

6
Rakefile.rb Normal file
View File

@@ -0,0 +1,6 @@
task :default => :walk_the_path
task :walk_the_path do
ruby 'path_to_enlightenment.rb'
end