返回
Warning: You may not have write permissions to the file; saving may fail.
#!/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 "$@" || :
保存