4 lines
123 B
Plaintext
Executable File
4 lines
123 B
Plaintext
Executable File
#!/bin/sh
|
|
# Wrapper to run probe-rs within the Nix environment via direnv
|
|
exec direnv exec "$(dirname "$0")" probe-rs "$@"
|