#!/bin/sh

set -e

echo "=== python2 ==="
python2 ${0%/*}/../../bindings/python/sample.py
