aports/testing/gdb-dashboard/gdb-dashboard.post-install
2024-12-24 22:52:49 +00:00

10 lines
99 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* copy usr/share/gdb-dashboard/.gdbinit to ~/ before use
*
EOF
exit 0