Closed dsherret closed 1 year ago
Supports shebangs the same way on all platforms:
#!/usr/bin/env -S deno run console.log(5);
await $`./file.ts`; // outputs: 5
Supports shebangs the same way on all platforms: