btcp-digital-store/start.sh

4 lines
64 B
Bash
Executable File

#!/bin/bash
[ -f .env ] && source .env
babel-node src/app.js $@