cs448/p1/run

4 lines
112 B
Plaintext
Raw Normal View History

2019-01-19 19:45:18 -05:00
#! /bin/bash
2019-01-19 20:45:55 -05:00
java -cp ./target/cs448p1-1.0-SNAPSHOT-jar-with-dependencies.jar -Xmx32m cs448.App "$1" "$2" "$3"