Rename abra-commands.sh to abra.sh

Ref coop-cloud/abra#43
This commit is contained in:
3wc
2021-02-08 15:31:12 +02:00
parent a2bf6f1224
commit 161433a2d9

3
abra.sh Normal file
View File

@ -0,0 +1,3 @@
sub_occ(){
sub_run -u www-data app php /var/www/html/occ "$@"
}