mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
5 lines
74 B
Bash
5 lines
74 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd `dirname "$0"`
|
|
|
|
aws s3 sync ./web/ s3://sketcher/
|