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

master
Geoffrey Frogeye 2020-01-11 11:31:16 +01:00
vecāks b3a3219f93
revīzija c803a714fa
Parakstījis: geoffrey
GPG atslēgas ID: D8A7ECA00A8CD3DD
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām

Parādīt failu

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