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

4 lines
98 B
Fish
Raw Normal View History

function gdbr --description 'Start a command/process with rust-gdb'
2022-04-12 14:11:50 +02:00
rust-gdb --args $argv
end