diff options
author | Gustav Eek <gustav.eek@etraveli.com> | 2018-04-24 21:26:52 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@etraveli.com> | 2018-04-24 22:01:42 +0200 |
commit | 1a20e91972ae9796daee970068c906c2c059d9d4 (patch) | |
tree | a6f11bf1303dbba87b0470ff43696ebfe17c043a /logo | |
parent | df654a396b275fff15de24d98ac71a2a0e711c95 (diff) |
logo Makefile added for sending
Diffstat (limited to 'logo')
-rw-r--r-- | logo/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/logo/Makefile b/logo/Makefile new file mode 100644 index 0000000..b8dccb0 --- /dev/null +++ b/logo/Makefile @@ -0,0 +1,6 @@ +SEND_FILES = *.svg *.png + +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r $(SEND_FILES) www.fripost.org:/var/www/fripost.org/material/ + @echo; echo Now avialable as; for f in $(SEND_FILES); do echo " - https://fripost.org/material/$$f"; done + |