summaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload.sh')
-rwxr-xr-xupload.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh
new file mode 100755
index 0000000..f0ec739
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+for file in *.html *.js *.css *.mp3; do
+ echo "upload $file"
+ rclone copy --s3-acl=public-read $file linode:/s.pommicket.com/jigsaw
+done