#!/bin/sh

# Assumes java is on the path
java -cp "/usr/share/tomcat-jakartaee-migration/lib/*" org.apache.tomcat.jakartaee.MigrationCLI "$@"
