5 lines
189 B
Bash
Executable File
5 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ROOT="$(git rev-parse --show-toplevel)"
|
|
echo $ROOT/tools/highlight-test-generator/Generator.csproj
|
|
dotnet run --project $ROOT/tools/highlight-test-generator/Generator.csproj $1 |