move run script to repo root
1 files changed, 2 insertions(+), 1 deletions(-) R 1/run => run
R 1/run => run +2 -1
@@ 1,5 1,6 @@ #!/bin/sh -ue +cd $1 ocamllex lex.mll > /dev/null -ocamlc lex.ml "t$1.ml" +ocamlc lex.ml "t$2.ml" exec ./a.out