Sha256: efb377d2fc75ce56e25fb4a9bac9bcfde84b255eefa677a1602bfe0d34d1fc7c
Contents?: true
Size: 483 Bytes
Versions: 18
Compression:
Stored size: 483 Bytes
Contents
# Copyright 2009-2010 by le1t0@github. All rights reserved. Capistrano::Configuration.instance(:must_exist).load do namespace :deprec do namespace :cap do desc "Show Capistrano variables" task :vars do y variables end desc "Identify which servers are going to be touched, by which user" task :ident do run 'whoami' run 'ifconfig eth0 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems