Tagged Questions
2
votes
2answers
104 views
Is there an easy way to stop and reissue a command?
I am doing Node.js development in Ubuntu and I'm curious if there is a way to quickly stop and restart a node server.
I run this command to start my app:
$ node app.js
When I make changes to ...