
6 Nov
2020
6 Nov
'20
4:39 p.m.
this is my script for a daily update check which seems to do the job #!/usr/bin/env bash cd ~/context context --version | grep "current version" echo "------------" mtxrun --script cache --erase >ctx.log rm tex/*.tma sh ./install.sh >ctx.log context --version | grep "current version"