#!/usr/bin/env bash set -e # Nomarchy Docker DBs Stub # This script is a stub for a specialized tool. notify-send "Nomarchy" "The docker-dbs tool is not implemented in this version of Nomarchy. Please use standard podman/docker commands." echo "Not implemented." exit 1