mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
10 lines
105 B
Bash
Executable file
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
|
|
|