#!/bin/sh
rm -f footprint.in
mv .footprint footprint.in
grep -E -v '[a-z0-9]{16}\.(rlib|json|so)$' footprint.in > .footprint
rm -f footprint.in
