dashboard.sh 99 B

123
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. printf 'Open: %s\n' "${1:-http://127.0.0.1:8590/dashboard/}"