| author | Christian Urban <christian.urban@kcl.ac.uk> | 
| Fri, 08 Dec 2023 00:54:36 +0000 | |
| changeset 478 | 0e6ca70496c1 | 
| parent 456 | 873d0b16aaa9 | 
| child 488 | 8c007dcf31c4 | 
| permissions | -rwxr-xr-x | 
#!/bin/bash set -euo pipefail fls=${1:-"core_cw01.pdf core_cw02.pdf core_cw03.pdf main_cw01.pdf main_cw02.pdf main_cw03.pdf main_cw04.pdf main_cw05.pdf resit.pdf"} for f in $fls; do echo -e "uploading $f" done scp $fls k1192855@bastion:public_html #hg commit -m "updated jars" # prevent PDF from being copied ###gs -o output.pdf -dNoOutputFonts -sDEVICE=pdfwrite main_cw01.pdf