dotfiles/fish/.config/fish/functions/gdbr.fish

4 lines
96 B
Fish
Raw Normal View History

function gdbr --description 'Start a command/process with rust-gdb'
rust-gdb --args $argv
end