xref: /aosp_15_r20/external/rappor/bin/sum-bits (revision 2abb31345f6c95944768b5222a9a5ed3fc68cc00)
1#!/bin/bash
2#
3# Shell wrapper around sum_bits.py.
4
5readonly THIS_DIR=$(dirname $0)
6
7PYTHONPATH=$THIS_DIR/../client/python $THIS_DIR/sum_bits.py "$@"
8