Explorar el Código

Add shell scripts

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

+ 3
- 0
compile.sh Ver fichero

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

+ 2
- 0
run.sh Ver fichero

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

Cargando…
Cancelar
Guardar