diff --git a/export_lists.sh b/export_lists.sh index a274056..f2b2762 100755 --- a/export_lists.sh +++ b/export_lists.sh @@ -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