This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
AJP/DiSLProject2022/run.sh

8 lines
126 B
Bash
Executable file

#!/bin/sh
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <Name of main class>"
exit;
fi
$JAVA_HOME/bin/java -cp build/app.jar $*