#!/bin/bash d=`mktemp -d` b=`basename $1` s=${b%%.*} python3 reduce_to_methods.py $1 > $d/$b python3 calculate_eip165.py $d/$b