const looksLikeLinux =
    children.filter((c) => c.name.toLowerCase().endsWith('.so') && c.isFile())
      .length > 0;