generated from thek0tyara/template-repo
4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "Running..."
|
|
exec dotnet run --no-build
|