I'm hoping someone can tell me how to run a jar file (located on Desktop) multiple times with one command? Ideally without a new terminal window opening for every instance as well. A bash script would be sufficient too, whatever is easiest for yourself.
Currently I'm just running java -jar filename.jar for each new instance but it gets repetative when I need to have 50 or so instances open.