summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-wkhtmltopdf
blob: c6c5531a5864ddaa9e55ad7ea4b086c6efb7f4a4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ $DISPLAY ] ; then
  wkhtmltopdf $@
else
  xvfb-run -- wkhtmltopdf $@
fi