public
Description: Blanket is a flexible backup framework designed to get the drudgery out of the way and to make automated backups easy.
Homepage: http://jimvanfleet.com/projects/blanket
Clone URL: git://github.com/bigfleet/blanket.git
blanket / bin / blanket
100755 9 lines (7 sloc) 0.147 kb
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
require 'capistrano/cli'
require 'fileutils'
dir = ARGV.shift
ARGV << "sink:export"
FileUtils.cd(dir)
Capistrano::CLI.execute