Files
nub-lang/run.sh
nub31 34ac247eff ...
2025-06-26 12:53:07 +02:00

4 lines
108 B
Bash
Executable File

#!/bin/bash
set -e
dotnet run --project src/compiler/CLI/CLI.csproj example/main.nub example/c.nub
./bin/out