mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-07 22:00:56 -04:00
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
pm2-runtime start -i 0 --interpreter=sh ./serve.sh --name client-primary -- $1
|