[NTG-context] new upload

Floris van Manen vm at klankschap.nl
Sat Nov 7 00:39:02 CET 2020


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"



More information about the ntg-context mailing list