#!/bin/sh

# See: https://github.com/sbt/sbt/issues/9379
exec /usr/local/libexec/sbt/bin/sbt \
    --server \
    "$@"
