2007-01-22 08:36:51 -06:00
|
|
|
#!/usr/bin/env ruby
|
2007-01-22 07:43:50 -06:00
|
|
|
|
2007-01-22 08:36:51 -06:00
|
|
|
# Executable file for a gem
|
|
|
|
# must be same as ./instiki.rb
|
2007-01-22 07:43:50 -06:00
|
|
|
|
2007-01-22 08:36:51 -06:00
|
|
|
load File.dirname(__FILE__) + '/script/server'
|