5 lines
No EOL
110 B
Text
Executable file
5 lines
No EOL
110 B
Text
Executable file
docker run --rm -it \
|
|
-u $(stat -c '%u:%g' .) \
|
|
-v "$PWD:$PWD:ro,z" \
|
|
-w "$PWD" \
|
|
rust-ls "$@" |