From 0d4732ac1360c4d1c4ee14d182fc5d488b0bf885 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sun, 4 Jul 2010 11:28:37 -0400 Subject: New formula: s3cmd S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don't fear command line. It is also ideal for scripts, automated backups triggered from cron, etc. Signed-off-by: Adam Vandenberg * Install privately to libexec --- Library/Formula/s3cmd.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/s3cmd.rb (limited to 'Library/Formula') diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb new file mode 100644 index 000000000..3a5cb6a33 --- /dev/null +++ b/Library/Formula/s3cmd.rb @@ -0,0 +1,14 @@ +require 'formula' + +class S3cmd