mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-09 09:12:07 +00:00
4 lines
156 B
Bash
Executable File
4 lines
156 B
Bash
Executable File
#!/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
|