aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/gdb.sh')
-rw-r--r--sh/shrc.d/gdb.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/shrc.d/gdb.sh b/sh/shrc.d/gdb.sh
new file mode 100644
index 00000000..ec9d4137
--- /dev/null
+++ b/sh/shrc.d/gdb.sh
@@ -0,0 +1,4 @@
+# Don't print the GDB copyright message on every invocation
+gdb() {
+ command gdb -q "$@"
+}