diff options
-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 + |