Add `abra occ` command

This commit is contained in:
3wc 2020-09-11 18:04:33 +02:00
parent 3737b75e4c
commit c8bb8bfc4c
1 changed files with 3 additions and 0 deletions

3
abra-commands.sh Normal file
View File

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