~/Downloads can be non existent, /tmp is always here

This commit is contained in:
prx 2021-09-28 10:06:24 +02:00
parent 472d967b31
commit 7a673b4742
1 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ clean:
rm ../dev/*html
test:
./make_issue.sh current ~/Downloads/current-issue.html
xdg-open ~/Downloads/current-issue.html
./make_issue.sh current /tmp/current-issue.html
xdg-open ~/tmp/current-issue.html
testsite:
cp -fr ../public ~/Downloads/
xdg-open ~/Downloads/public/index.html
cp -fr ../public ~/tmp/
xdg-open ~/tmp/public/index.html