You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
227 B

#!/bin/bash
rm cv.md
pandoc --template=template.markdown -o cv.md details.yml
make
scp -q cv.md root@loshmi.net:/var/www/html/user/pages/04.cv/page.en.md
scp -q output.pdf root@loshmi.net:/var/www/html/user/pages/04.cv/cv.pdf