5 lines
83 B
Bash
5 lines
83 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
java -Xmx256m -server -cp lib/\*:target/classes:target/test-classes $*
|
||
|
|
|