Compare commits
2 Commits
6fb047a229
...
4a1b1fe6cc
Author | SHA1 | Date |
---|---|---|
|
4a1b1fe6cc | 6 months ago |
|
beb402410f | 6 months ago |
@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
npx http-server &
|
||||
sleep 6;
|
||||
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-2021.pdf" http://localhost:8080/ --virtual-time-budget=10000;
|
||||
sleep 2;
|
||||
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-`date +"%Y"`.pdf" http://localhost:8080/ --virtual-time-budget=10000;
|
||||
kill %1;
|
||||
exit;
|
||||
|
||||
|
Loading…
Reference in new issue