Skip to content

Commit 6747f60

Browse files
authored
Update README.md
1 parent 88e236c commit 6747f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ p.execute("println \"Hello World\"", false); //If the process should be executed
1717
p.execute(new File("path_to_file"), true);
1818
```
1919
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"
20+
> java -jar devscript_1.8.3.jar -e "version"
2121
2222
Command line arguments are:<br>
2323
- -e or --execute <script> Executes a script right from the command line

0 commit comments

Comments
 (0)