mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd `dirname "$0"`
|
|
|
|
aws s3 sync out/ s3://sketcher/
|