9 lines
143 B
Text
9 lines
143 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cat 1>&2 <<EOF
|
||
|
*
|
||
|
* gcc-go is used in Alpine for bootstrapping Go.
|
||
|
* It is currently discouraged to use it for other purposes.
|
||
|
*
|
||
|
EOF
|