_PATH_LS
#ifndef _PATH_LS
local_do_shell(_PATH_LS);
int len = strlen(_PATH_LS " ") + strlen(args) + 1;
snprintf(buf, len, _PATH_LS " %s", args);