add comments

This commit is contained in:
Alexander Popov 2022-11-12 15:49:07 +03:00
parent 60225bb6c8
commit 4e4cfb5a97
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh #!/bin/sh
# remove old generated files
rm ./public*.tar.xz rm ./public*.tar.xz
rm -rf ./public/ rm -rf ./public/
# generate new public files
hugo hugo
cd ./public/
tar -cJf "../public.tar.xz" . # make public data archive
#cd ./public/
#tar -cJf "../public.tar.xz" .