aboutsummaryrefslogtreecommitdiff
path: root/bin/hash-candidates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hash-candidates')
-rw-r--r--bin/hash-candidates7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/hash-candidates b/bin/hash-candidates
new file mode 100644
index 0000000..ed65fcb
--- /dev/null
+++ b/bin/hash-candidates
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# Shell wrapper around hash_candidates.py.
+
+readonly THIS_DIR=$(dirname $0)
+
+PYTHONPATH=$THIS_DIR/../client/python $THIS_DIR/hash_candidates.py "$@"