1 2 3 4 5 6 7 8 9
#!/bin/sh # # $TeX Live for OpenBSD, 2024/03/26 $ tlmgr $@ if [[ $? -eq 0 ]];then mktexobsdsymlinks 1> /dev/null fi