#!/bin/sh

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