#!/bin/bash

set -euo pipefail
shopt -s inherit_errexit

sudo -u www-data -- /usr/local/bin/wp-cli --path=/var/www/html "${@}"
