#!/usr/bin/env node import { writeFile } from "node:fs/promises"; await writeFile("test.txt", "whatever");