ocaml
This commit is contained in:
commit
e598b04cae
31 changed files with 946 additions and 0 deletions
5
lib/commands/gut.ml
Normal file
5
lib/commands/gut.ml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
let run () =
|
||||
print_string Common.header;
|
||||
Common.meat_print "CLEANING MEAT STORES..";
|
||||
Common.do_cmd "nh clean all" |> ignore;
|
||||
print_string Common.footer
|
||||
Loading…
Add table
Add a link
Reference in a new issue