cs448/p1/run

4 lines
112 B
Bash
Executable File

#! /bin/bash
java -cp ./target/cs448p1-1.0-SNAPSHOT-jar-with-dependencies.jar -Xmx44m cs448.App "$1" "$2" "$3"