1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/gdb-dashboard/gdb-dashboard.post-install
2025-06-23 13:35:12 +00:00

10 lines
105 B
Bash
Executable file

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