Is there a way to make a java class to act like shell command? Like
> ClassName [parameter] [values]
Similar to “apt-get install whatever”. In current state, we have to include “java” command everytime we call it.
Or it’s impossible so I need to learn bash? :persecutioncomplex: