#!/bin/sh

find / -name "core.[0123456789]*[0123456789]" | xargs rm -f
