#!/bin/sh
rm -f footprint.in
mv .footprint footprint.in

sed "/syscall.*64/d" footprint.in > .footprint

rm -f footprint.in
