aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/switchtower
blob: 741be775ccac52df1fe7eaf6b8f0b866fc29a639 (plain) (blame)
1
2
3
4
#!/usr/local/bin/ruby
if not system "switchtower #{ARGV.join(" ")}"
  abort "Could not execute switchtower. Is it installed?"
end