mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-09 17:15:38 +00:00
4 lines
156 B
Bash
4 lines
156 B
Bash
|
#!/bin/bash -eu
|
||
|
# need to run wkhtmltoimage in quiet mode because it misuses stdout
|
||
|
xvfb-run -a -s "-screen 0 640x480x16" wkhtmltoimage -q "$@" 2>/dev/null
|