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

Este commit está contenido en:
Geoffrey Frogeye 2020-01-11 11:31:16 +01:00
padre b3a3219f93
commit c803a714fa
Firmado por: geoffrey
ID de clave GPG: D8A7ECA00A8CD3DD
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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