6 lines
195 B
Bash
Executable File
6 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cd "${BASH_SOURCE[0]%/*}"
|
|
s3cmd sync --exclude '.git/**' --delete-removed --follow-symlinks --preserve --acl-public --reduced-redundancy . s3://masterpasswordapp.com/
|