cpdf-source/cpdfcommandrun.ml

5 lines
100 B
OCaml
Raw Normal View History

2022-01-11 20:13:46 +01:00
let _ =
match Filename.basename Sys.argv.(0) with
"cpdf.top" -> ()
| _ -> Cpdfcommand.go ()