#!/bin/bash echo "Installing node modules in www/..." cd www npm install --no-bin-links --production cd ..