4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
|
||
|
|
||
|
cargo run $1
|