timer/start.sh

9 lines
130 B
Bash
Executable File

#!/bin/bash
# Usage:
# HOST=127.0.0.1 PORT=5051 TITLE=HALL-B ./start.sh
cd "$(dirname "$0")"
NODE_ENV=production node app.js