Browse Source

I don't know how to write the word “explanation“...

master
Geoffrey Frogeye 3 years ago
parent
commit
c803a714fa
Signed by: geoffrey GPG Key ID: D8A7ECA00A8CD3DD
  1. 2
      export_lists.sh

2
export_lists.sh

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