# Environment wrapper for GCC Toolset 15

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

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

exec $cmd
