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

master
Geoffrey Frogeye 2020-01-11 11:31:16 +01:00
父节点 b3a3219f93
当前提交 c803a714fa
签署人:: geoffrey
GPG 密钥 ID: D8A7ECA00A8CD3DD
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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