Created
January 30, 2017 06:50
-
-
Save dcsan/fc9455ca62037edda8c61ea4de37cad1 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env bash | |
set -x | |
APP_NAME=$1 | |
echo "logs for APP ${APP_NAME}" | |
ssh [email protected] "pm2 logs author.${APP_NAME}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment