#!/bin/sh

cat >&2 <<EOF
*
* copy usr/share/gdb-dashboard/.gdbinit to ~/ before using gdb
*
EOF

exit 0

