Skip to content

Commit d268565

Browse files
authored
Create JarRunner.py (proof of concept with Main.jar)
1 parent 687e250 commit d268565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

JarRunner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import subprocess
2+
3+
subprocess.call(['java', '-jar', 'Main.jar'])

0 commit comments

Comments
 (0)