mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
* use digitalocean instead of aws * move credentials into their own package * cleanup
11 lines
345 B
Bash
Executable File
11 lines
345 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
/opt/homebrew/bin/s3cmd sync \
|
|
--exclude="*dream_log.txt" \
|
|
--exclude="*.DS_Store" \
|
|
--delete-removed \
|
|
~/Documents/headshots/ \
|
|
s3://eagle0-headshots/
|
|
|
|
bazel run src/main/scala/net/eagle0/util:headshot_image_list_generator -- /Users/dancrosby/CodingProjects/github/eagle0/src/main/resources/net/eagle0/eagle/headshots.tsv
|