Add bash and go to readme

This commit is contained in:
2026-01-20 00:14:06 +01:00
parent e624023a23
commit 309b32b5f1
3 changed files with 17 additions and 10 deletions

View File

@@ -24,6 +24,8 @@ typst
julia julia
uv uv
bun bun
bash
go
nix nix
cargo cargo

View File

@@ -1,15 +1,19 @@
default: test_langs
test_langs:
# Test all languages and tools in this project
uv run python ./main.py
julia ./src/main.jl
bun run ./index.ts
go run ./src/main.go
bash ./src/bscript.sh
go mod graph
cargo run
nix flake info
neville: neville:
julia -i ./src/neville-algo-ml.jl julia -i ./src/neville-algo-ml.jl
doc: doc:
typst compile ./src/ocs.typ typst compile ./src/ocs.typ
test_langs:
# Test all languages and tools in this project
cargo run
uv run python ./main.py
julia ./src/main.jl
nix flake info
bun run ./index.ts
go mod graph
go run ./src/main.go

1
src/bscript.sh Normal file
View File

@@ -0,0 +1 @@
echo "This is from bash!"