instiki/instiki
Alexey Verkhovsky 9e84693cb2 dropped -w flag from shebangs of ./instiki and ./instiki.rb.
There are many warnings coming from Rails, and spoiling the end-user experience.
2005-01-25 21:25:22 +00:00

7 lines
124 B
Ruby
Executable file

#!/usr/bin/ruby
# Executable file for a gem
# must be same as ./instiki.rb
load File.dirname(__FILE__) + "/script/server"