dsherret / dax

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

docs: show shebang in the readme #204

Closed matklad closed 6 months ago

matklad commented 6 months ago

I often use dax for one of scripts, which I chmod a+x. Howevere, I always have to google the appropriate deno hash bang. It feels like including it in the example might save some googleing for someone, and maybe also teach people that they can chmod+x dax scripts?