7360e58 6d139ca
1
2
3
4
5
6
7
#!/bin/bash # Print a message to indicate the app is starting echo "Starting the application..." # Start the Node.js application node server.js