txlyre 1 rok pred
rodič
commit
65963203f7
2 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  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"