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