/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / devel / copy_paper_to_web.sh
15 lines · 272 BCodeBlameHistory
3# Exit on error
4set -e
6# Get the directory containing this script
7cd "$(dirname "$0")/.."
9# First compile the paper
10./devel/compile_paper.sh
12# Then copy it to web-ui/public/
13cp paper/paper.pdf web-ui/public/
15echo "Paper copied to web-ui/public/paper.pdf"
moveopenescclose