#!/bin/bash
exec 2> >(exec grep -v \
  -e 'has no symbols$' \
  >&2)
exec "$@"
