mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
4 lines
73 B
Text
4 lines
73 B
Text
|
#!/usr/bin/env ruby
|
||
|
require 'capistrano'
|
||
|
Capistrano::Application.new.run
|