instiki/instiki.rb
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

4 lines
64 B
Ruby
Executable file

#!/usr/bin/ruby
load File.dirname(__FILE__) + "/script/server"