Browse Source

Remove unused shell scripts

pull/1/head
Malte Schmitz 9 years ago
parent
commit
a55e3267b8
2 changed files with 0 additions and 5 deletions
  1. +0
    -3
      compile.sh
  2. +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

Loading…
Cancel
Save