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

6 lines
212 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/sh -c "php -f occ notification:test-push $*"