Added symlink to latest explaination

This commit is contained in:
Geoffrey Frogeye 2020-01-07 14:37:01 +01:00
parent 63ab7651fc
commit fbc06f71bb
Signed by: geoffrey
GPG key ID: D8A7ECA00A8CD3DD

View file

@ -92,5 +92,7 @@ done
if [ -d explanations ] if [ -d explanations ]
then then
./export.py --explain > "explanations/$(date -Isec).txt" filename="$(date -Isec).txt"
./export.py --explain > "explanations/$filename"
ln --force --symbolic "$filename" "explainations/latest.txt"
fi fi