deploy script added

This commit is contained in:
Meik Hellmund 2021-06-17 19:12:15 +02:00
parent 9252349a70
commit 1ac773bf8b
1 changed files with 7 additions and 0 deletions

7
deploy.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -x
P=`kpsewhich -var-value=TEXMFHOME`
# typically $HOME/texmf or $HOME/.texmf
INSTALLPATH=${P}/tex/latex/uniletter
mkdir -p ${INSTALLPATH}
/bin/cp logo.eps logo.pdf unibrief.lco ${INSTALLPATH}/
#