txlyre hai 1 ano
pai
achega
65963203f7
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  1. 1 0
      langs/ocaml/Dockerfile
  2. 7 0
      langs/ocaml/run.sh

+ 1 - 0
langs/ocaml/Dockerfile

@@ -0,0 +1 @@
+RUN apt-get install ocaml -y

+ 7 - 0
langs/ocaml/run.sh

@@ -0,0 +1,7 @@
+#!/usr/bin/bash
+
+IN="$(mktemp --suffix .ocaml)"
+
+cat > "$IN"
+
+ocaml "$IN"