diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:07:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:07:49 (EDT) |
commit | 87a97883eb0f38864be031caad4a3201f1a2d302 (patch) | |
tree | 27736da2d7c8baefc5a7bdffb5f783a3b49d5905 | |
parent | 4e69fe2c9a25b16324b224d3d9c4dc3282989156 (diff) |
scripts/upload: New file
-rwxr-xr-x | scripts/upload | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/upload b/scripts/upload new file mode 100755 index 0000000..413a74f --- /dev/null +++ b/scripts/upload @@ -0,0 +1,4 @@ +#!/bin/sh + +rsync -az --progress archplats/ \ + files@files.proteanos.com:files/pub/proteanos-archplats/ |