Any interest in adding this to the core api? ```js const write = (file, contents) => { new shell.ShellString(contents).to(file) } ```