aboutsummaryrefslogtreecommitdiff
path: root/bin/hash-candidates
blob: ed65fcb3d3e8eebdfaf1009542729def9a64e899 (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Shell wrapper around hash_candidates.py.

readonly THIS_DIR=$(dirname $0)

PYTHONPATH=$THIS_DIR/../client/python $THIS_DIR/hash_candidates.py "$@"