#!/bin/bash source ../functions/main /tools/bin/find /{,usr/}{bin,lib,sbin} -type f \ -exec /tools/bin/strip --strip-debug '{}' ';' # Return success exit 0