This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # USAGE: | |
| # command example.com [OPTIONS] | |
| # | |
| # args desc | |
| # example.com the domain name | |
| # | |
| # options args desc | |
| # --app-name short-app-name required if --pm2-start is yes |
NewerOlder