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