Added symlink to latest explaination
This commit is contained in:
parent
63ab7651fc
commit
fbc06f71bb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue