5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@ || :
|
||
|
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@ || :
|