cpdf-source/cpdfcommandrun.ml
2022-01-11 19:13:46 +00:00

5 lines
100 B
OCaml

let _ =
match Filename.basename Sys.argv.(0) with
"cpdf.top" -> ()
| _ -> Cpdfcommand.go ()