in case ruby is somewhere else in the path (just used for coloring output)
parent
9bd0106333
commit
a3183b2025
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
|
|
||||||
def main
|
def main
|
||||||
IO.popen("nant #{ARGV.join(' ')}") { |pipe|
|
IO.popen("nant #{ARGV.join(' ')}") { |pipe|
|
||||||
|
|
Loading…
Reference in New Issue