src
/
vfs
/
shell
/
helpers
/fexists
root
/
src
/
vfs
/
shell
/
helpers
/fexists
/*
*/
ls -l "/${SHELL_FILENAME}" >/dev/null 2>/dev/null
echo '### '$?
/*
*/