pub async fn make_file_executable(path: &Path) -> Result<()>
Set the permissions for the given path so that the file becomes executable. This is a noop for non-unix platforms.