Explorar el Código

Remove unused shell scripts

pull/1/head
Malte Schmitz hace 9 años
padre
commit
a55e3267b8
Se han modificado 2 ficheros con 0 adiciones y 5 borrados
  1. +0
    -3
      compile.sh
  2. +0
    -2
      run.sh

+ 0
- 3
compile.sh Ver fichero

@@ -1,3 +0,0 @@
#!/bin/sh
mkdir -p out
javac -d out src/*.java src/**/*.java

+ 0
- 2
run.sh Ver fichero

@@ -1,2 +0,0 @@
#!/bin/sh
java -cp out Main mult.whl

Cargando…
Cancelar
Guardar