#!/bin/sh if ! command -v postgres >/dev/null 2>&1; then echo "Install postgres via mise: mise install postgres" exit 1 fi exec postgres $@