1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 08:56:16 -05:00
dotfiles/fish/functions/rust-musl.fish

4 lines
124 B
Fish
Raw Normal View History

2022-03-06 21:42:47 -06:00
function rust-musl
sudo docker run --rm -it -v (pwd):/home/rust/src:rw messense/rust-musl-cross:$argv[1] $argv[2..-1]
end