#!/bin/bash /bin/echo "$0 - Building all projects" echo "USER: $UID" /bin/find ./ -type f -name "*.csproj" -exec dotnet build "{}" \;