From 1a6d31c64caf6f5f080fc1c33df0c7885697cb2f Mon Sep 17 00:00:00 2001 From: lyf666 Date: Wed, 11 Oct 2017 17:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0run.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/run.sh diff --git a/bin/run.sh b/bin/run.sh new file mode 100644 index 0000000..94f067e --- /dev/null +++ b/bin/run.sh @@ -0,0 +1 @@ +java -cp ../target/upgram-1.0-SNAPSHOT.jar:../target/lib/* Main \ No newline at end of file