/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
7245151
Branches
main
benchmark-results
benchcompress
/
devel
/
copy_paper_to_web.sh
15 lines · 272 B
Copy
Copied
Blame
History
Raw
1
#!/bin/bash
2
3
# Exit on error
4
set
-e
5
6
# Get the directory containing this script
7
cd
"
$(dirname
"
$0
"
)
/.."
8
9
# First compile the paper
10
./devel/compile_paper.sh
11
12
# Then copy it to web-ui/public/
13
cp
paper/paper.pdf web-ui/public/
14
15
echo
"Paper copied to web-ui/public/paper.pdf"
↑
↓
move
↵
open
esc
close