mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 08:46:39 +01:00
5 lines
100 B
OCaml
5 lines
100 B
OCaml
let _ =
|
|
match Filename.basename Sys.argv.(0) with
|
|
"cpdf.top" -> ()
|
|
| _ -> Cpdfcommand.go ()
|