# cat bin/OCC 
#!/bin/bash

cd /usr/share/nextcloud
sudo -u www -s /usr/bin/php73 --define memory_limit=512M  occ $@
