#!/usr/bin/with-contenv bash
# shellcheck shell=bash

sudo -u abc -s /bin/bash -c "php /app/www/public/occ $*"
