meat/lib/commands/gut.ml
2026-05-19 23:38:14 +10:00

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