#! /bin/bash pushd client python -m http.server 8080& 1>&2 > /dev/null popd pushd server npm install npm start server.js popd