4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ocamlc -o out "$@"
|