cic-contracts/to_interface.sh

8 lines
128 B
Bash
Raw Normal View History

2021-04-28 13:55:53 +02:00
#!/bin/bash
d=`mktemp -d`
b=`basename $1`
s=${b%%.*}
python3 reduce_to_methods.py $1 > $d/$b
2021-04-29 08:37:41 +02:00
python3 calculate_eip165.py $d/$b