mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
b481c1a00a
git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2208 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
11 lines
168 B
Ruby
Executable file
11 lines
168 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
begin
|
|
require 'rubygems'
|
|
rescue LoadError
|
|
# no rubygems to load, so we fail silently
|
|
end
|
|
|
|
require 'switchtower/cli'
|
|
|
|
SwitchTower::CLI.execute!
|