2022-10-11 16:08:24 -04:00

6 lines
177 B
Bash
Executable File

#!/bin/sh
# Set bash options
[ -n "$DEBUG" ] && set -x
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
yasu nextcloud:nextcloud php -f /var/www/occ "$@"