|
|
|
|
|
by wavephorm
5303 days ago
|
|
Maybe not a shell, but for simple scripts you can save your js code with the following at the top: #!/usr/bin/env node
Then save the file as "myscript" and run it as any other executable. Node already has a repl for experimentation. |
|
My point is that Javascript + Node would make the basis for a nice bash replacement.