This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
WhileInterpreter
mirror of
https://github.com/malteschmitz/WhileInterpreter.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add shell scripts
pull/1/head
Malte Schmitz
9 years ago
parent
5651a39cc8
commit
5cfcc1f371
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
compile.sh
+2
-0
run.sh
+ 3
- 0
compile.sh
View File
@@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p out
javac -d out src/*.java src/**/*.java
+ 2
- 0
run.sh
View File
@@ -0,0 +1,2 @@
#!/bin/sh
java -cp out Main mult.whl
Write
Preview
Loading…
Cancel
Save