Sh3ll



Directory :  /bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : //bin/fc-cache
#! /bin/sh

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

Sh3LL