aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/gdb.sh
blob: 4fb459cbb90efaba107c82ce1bf52512ad0a2b64 (plain) (blame)
1
2
3
4
# Don't print the GDB copyright message on every invocation
gdb() {
    command gdb --quiet "$@"
}