We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e236c commit 6747f60Copy full SHA for 6747f60
1 file changed
README.md
@@ -17,7 +17,7 @@ p.execute("println \"Hello World\"", false); //If the process should be executed
17
p.execute(new File("path_to_file"), true);
18
```
19
You can also execute the script from the command line with the raw jar file.
20
-> java -jar devscript_1.8.2.jar -e "version"
+> java -jar devscript_1.8.3.jar -e "version"
21
22
Command line arguments are:<br>
23
- -e or --execute <script> Executes a script right from the command line
0 commit comments