The public sources for my resume. These sources are auto compiled and published upon changes.
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.

16 lines
286 B

  1. #!/usr/bin/env bash
  2. set -e
  3. set -x
  4. echo "$(id -u)" > userid.info
  5. # Script to build a PDF from the latex source
  6. docker run -it \
  7. -v $(pwd):/source \
  8. schickling/latex \
  9. /usr/bin/env bash /source/scripts/build-pdf-cover-letter-docker.sh $1
  10. ./scripts/cleanup-latex.sh
  11. rm userid.info