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
1 changed files with 3 additions and 1 deletions

View File

@ -92,5 +92,7 @@ done
if [ -d explanations ]
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