Compare commits

..

No commits in common. "main" and "more-in-the-catalog" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -3,4 +3,4 @@
jinja2 catalog.html.j2 catalog.yaml >| cliget.html
brotli -f -q 11 -S br cliget.html
./upload.sh

View File

@ -1,11 +0,0 @@
#!/bin/sh -eu
ftp -i -n $FTP_HOST << EEE
quote USER $FTP_USER
quote PASS $FTP_PASS
binary
cd www
mput cliget.htmlbr
quit
EEE