4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
dotnet run --project src/CLI/CLI.csproj input
|
|
./bin/out |