txlyre 1 年間 前
コミット
65963203f7
2 ファイル変更8 行追加0 行削除
  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"