I have jar, which must get 2 parameters from command line, I create the sh script (test.sh):
java -jar target/test-SNAPSHOT.jar $1 $2
If I make the script global, how can I pass the full path to the files in the parameters to the parameters of the jar.