if a single entry has bad UTF-8 chars, error out on that entry only instead of the...
[freeside.git] / FS / bin / freeside-wkhtmltopdf
1 #!/bin/sh
2
3 #if [ $DISPLAY ] ; then
4 #  wkhtmltopdf $@
5 #else
6   xvfb-run -- wkhtmltopdf $@
7 #fi