1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
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