Add bash and go to readme
This commit is contained in:
24
justfile
24
justfile
@@ -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
1
src/bscript.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
echo "This is from bash!"
|
||||||
Reference in New Issue
Block a user