• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2#
3# Shell wrapper around hash_candidates.py.
4
5readonly THIS_DIR=$(dirname $0)
6
7PYTHONPATH=$THIS_DIR/../client/python $THIS_DIR/hash_candidates.py "$@"
8