#!/usr/bin/bash

# «wkhtmltopdf» wrapper
# Enables local file access

wkhtmltopdf --enable-local-file-access "$@"
