#!/bin/sh

s3ls --access-key `cat ~/.s3cfg | grep access_key |cut -f 2 -d "="` --secret-key `cat ~/.s3cfg | grep secret_key |cut -f 2 -d "="`

