dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.05k stars 35 forks source link

feat: cross platform shebang support #62

Closed dsherret closed 1 year ago

dsherret commented 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