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
Remove unused shell scripts
pull/1/head
Malte Schmitz
9 years ago
parent
92766f7957
commit
a55e3267b8
2 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
compile.sh
+0
-2
run.sh
+ 0
- 3
compile.sh
View File
@@ -1,3 +0,0 @@
#!/bin/sh
mkdir -p out
javac -d out src/*.java src/**/*.java
+ 0
- 2
run.sh
View File
@@ -1,2 +0,0 @@
#!/bin/sh
java -cp out Main mult.whl
Write
Preview
Loading…
Cancel
Save