mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
|
||
|
NOTE: To enable 'ccache' add this to your
|
||
|
'.shellrc' or '.profile'.
|
||
|
|
||
|
-> export PATH=/usr/lib/ccache/bin:\$PATH
|
||
|
|
||
|
EOF
|