# Environment wrapper for GCC Toolset 16

source /usr/lib/gcc-toolset/16-env.source

if [ -z $1 ]; then
  cmd="/bin/sh"
else
  cmd=$*
fi

exec $cmd
