btcp-digital-store/start.sh

4 lines
64 B
Bash
Raw Normal View History

2017-12-17 03:15:55 -08:00
#!/bin/bash
[ -f .env ] && source .env
2018-03-05 21:29:58 -08:00
babel-node src/app.js $@