D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
bin
/
Filename :
fc-cache
back
Copy
#!/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 "$@" || :