mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-29 03:05:43 +00:00
* update scripts * some refactoring for test * more refactoring * add a test that the fixed paths are all present * handle fixed case in game setup * remove old test placement and clean up Former-commit-id: 749862f638fb8c8512aa93648025f6d4878d7c82
11 lines
331 B
Bash
Executable File
11 lines
331 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
/usr/local/bin/aws s3 sync \
|
|
--exclude="*dream_log.txt" \
|
|
--exclude="*.DS_Store" \
|
|
--delete \
|
|
~/Documents/headshots/ \
|
|
s3://eagle0images/
|
|
|
|
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
|