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

This commit is contained in:
Geoffrey Frogeye 2020-01-11 11:31:16 +01:00
rodzic b3a3219f93
commit c803a714fa
Podpisane przez: geoffrey
ID klucza GPG: D8A7ECA00A8CD3DD

Wyświetl plik

@ -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