Remix.run Logo
hiccuphippo 14 days ago

I used to do the same but lately I've been enjoying writing scripts using bun.js and its shell API: https://bun.sh/docs/runtime/shell

The main reason is piping commands, way easier than python. It's very easy to convert a bash script to bun.