mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
10 lines
99 B
Bash
10 lines
99 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* copy usr/share/gdb-dashboard/.gdbinit to ~/ before use
|
|
*
|
|
EOF
|
|
|
|
exit 0
|
|
|