diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-26 23:08:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-26 23:09:59 (EDT) |
commit | 821582b63a16d541f385a237f78ad5f1b8f0e72e (patch) | |
tree | b5698cf7d9c1e30220d826bdc8f10e7f8ea096ea /scripts/upload | |
parent | 87a97883eb0f38864be031caad4a3201f1a2d302 (diff) |
mv archplats/ lists/
Diffstat (limited to 'scripts/upload')
-rwxr-xr-x | scripts/upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload b/scripts/upload index 413a74f..b0795b4 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,4 @@ #!/bin/sh -rsync -az --progress archplats/ \ +rsync -az --progress lists/ \ files@files.proteanos.com:files/pub/proteanos-archplats/ |