Sorry beginner question.
I would like to execute a terminal command on my local host (Command would be to start a bash script ./test.sh ) upon clicking a button on the HTML webpage.
How do I program this in Javascript to get server side access and execute the script ?
Thanks