5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
pm2-runtime start npm --name Slack -- run start --raw --env production
|