#!/usr/bin/env bash exe_path="$OUTDIR/$EXEC_FILE" myprint "${BLUE}stripping symbols from ${WHITE}$exe_path" strip -s "$exe_path"