mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
11 lines
144 B
Bash
Executable File
11 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
|
|
NOTE: To enable 'ccache' add this to your
|
|
'.shellrc' or '.profile'.
|
|
|
|
-> export PATH=/usr/lib/ccache/bin:\$PATH
|
|
|
|
EOF
|