aboutsummaryrefslogtreecommitdiffstats
path: root/release/specs/pathoc
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 11:25:29 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 11:25:29 +0100
commitf42af9061220ec0373e94e96b69434575f60281d (patch)
treea8c1754bc961844b076d2b77d16fe6f54a7c8cb6 /release/specs/pathoc
parent887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d (diff)
downloadmitmproxy-f42af9061220ec0373e94e96b69434575f60281d.tar.gz
mitmproxy-f42af9061220ec0373e94e96b69434575f60281d.tar.bz2
mitmproxy-f42af9061220ec0373e94e96b69434575f60281d.zip
move bin into release, update rtool
Diffstat (limited to 'release/specs/pathoc')
-rw-r--r--release/specs/pathoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/specs/pathoc b/release/specs/pathoc
new file mode 100644
index 00000000..ab62d631
--- /dev/null
+++ b/release/specs/pathoc
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from pathod import pathoc_cmdline as cmdline
+
+if __name__ == "__main__":
+ cmdline.go_pathoc()