Added WebApplication1 and shellscripts

This commit is contained in:
2025-10-04 21:44:37 +02:00
parent 78d368de31
commit e6a0472450
81 changed files with 75077 additions and 0 deletions

View File

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