aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathoc
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathoc')
-rwxr-xr-xpathod/pathoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/pathod/pathoc b/pathod/pathoc
new file mode 100755
index 00000000..b3121611
--- /dev/null
+++ b/pathod/pathoc
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from libpathod import pathoc_cmdline as cmdline
+
+if __name__ == "__main__":
+ cmdline.go_pathoc()