From c8bb8bfc4c63eff49d916a3e93ae37617acff8b1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 11 Sep 2020 18:04:33 +0200 Subject: [PATCH] Add `abra occ` command --- abra-commands.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 abra-commands.sh diff --git a/abra-commands.sh b/abra-commands.sh new file mode 100644 index 0000000..d459dab --- /dev/null +++ b/abra-commands.sh @@ -0,0 +1,3 @@ +sub_occ(){ + sub_run_args nextcloud "-u www-data" php /var/www/html/occ "$@" +}