1 WEBDIR
=/var
/www
/htdocs
/
4 @if
[ "$$(hostname)" = "azarus.ch" ]; then\
5 doas rsync
-av
--exclude-from exclude-file .
/ $(WEBDIR
);\
7 rsync
-av
--exclude-from exclude-file .
/ vps
:/$(WEBDIR
);\
11 @printf
"Enter post title filename: "
12 @read TITLE
; cp post.tmpl
"posts/$$(date +%F)-$$TITLE.html"