mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
3 lines
77 B
Ruby
Executable file
3 lines
77 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require "capistrano/all"
|
|
Capistrano::Application.new.run
|