Last active
April 22, 2018 09:50
-
-
Save BKeanu1989/9aab3bc2eefbd6cdd180b220d6540025 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
pm2 start ecosystem.config.js --env production_mongodb | |
scp /path/to/file username@a:/path/to/destination | |
tar -czvf foo-bar.tar.gz `find foo-bar*` | |
find ./order-export-* -maxdepth 0 -type f -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment