5 lines
160 B
OCaml
5 lines
160 B
OCaml
let run () =
|
|
print_string Common.header;
|
|
Common.meat_print "CLEANING MEAT STORES..";
|
|
Common.do_cmd "nh clean all" |> ignore;
|
|
print_string Common.footer
|