7 Nov
2020
7 Nov
'20
12:39 a.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"