mirror of https://github.com/hak5/openwrt.git
3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|