Y
Hacker News
new
|
ask
|
show
|
jobs
by
c0wb0yc0d3r
1174 days ago
I take it, then, in your .bashrc file you have a line to the effect: bun run bashrc.ts?
1 comments
vaughan
1174 days ago
Yeh something like that. I am using unix pipes to communicate with the shell, basically just eval'ing commands. I did this because bun didn't support sockets yet, which is probably a better approach. Pipes have crazy edge cases.
link