rename config.json.example to config.json
For node
node app.js
For python
python app.js
To show without logs add silent
to the command e.g
node app.js silent
python app.py silent
A script that copys files from one folder to another and prints result
JavaScript