It's a simple thing to do with a bash, I would just search for $1
it and have the first parameter sent, but with node I have no idea how it works and google
it didn't help me.
If I want to run something like:
node pepe.js "hello"
How do I receive that parameter in my program?
Greetings.