top | item 46796238

(no title)

subsection1h | 1 month ago

[flagged]

discuss

order

stevage|1 month ago

Heh, honestly I'm kind of touched that you went to that effort.

Obviously I was using hyperbole. But I can say for sure that my life as a developer and second-rate sysadmin improved when I adopted as policy that I would never ever write any Bash script. Not even for a supposed one-liner, since I could just write that in ZX and avoid any temptation to write (and badly maintain) a Bash script.

    import { $ } from 'zx'
    await $`echo my one liner`