📄 fc-cache

Size: 139 bytes
Path: //bin/fc-cache
Modified: 2023-01-23 15:48:20
#!/usr/bin/sh

[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 "$@" || :
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 "$@" || :