A framework for building convergent cross-platform Nextcloud clients using Flutter.

7 lines
214 B

#!/bin/bash
set -euxo pipefail
cd "$(dirname "$0")/.."
source tool/common.sh
docker exec -it "$(docker ps | grep "$(image_tag "dev:latest")" | cut -d " " -f 1)" /bin/bash -c "php -f occ notification:test-push $*"