Comment on Show HN: Run unknown shell script with a line-by-line confirmation promptComments−searchableguy5yThis is exactly what deno is useful for. Write your script in typescript and then run it with deno --prompt.I made a little demonstration script. deno run --prompt https://crux.land/4Lc2E2 Spoiler: https://share.getcloudapp.com/ApuYR00w if you can't run above.
Comments
This is exactly what deno is useful for. Write your script in typescript and then run it with deno --prompt.
I made a little demonstration script.
Spoiler: https://share.getcloudapp.com/ApuYR00w if you can't run above.