mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 18:42:18 -05:00
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
|
import * as fs from "node:fs";
|
||
|
|
||
|
fs.writeFileSync("./testbin.js", "#!/usr/bin/env node\nconsole.log('run testbin');");
|