aboutsummaryrefslogblamecommitdiff
path: root/bash/bashrc.d/gdb.bash
blob: 3c9ed4a667d76ea02699609d80e2789d6957a6a3 (plain) (tree)
1
2
3
4
5




                                                           
# Don't print the GDB copyright message on every invocation
gdb() {
    command gdb -q "$@"
}