5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#! /bin/sh
|
|
|
|
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 "$@" || :
|
|
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 "$@" || :
|