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