Skip to content

Instantly share code, notes, and snippets.

@cedced19
Last active December 31, 2015 09:39
Show Gist options
  • Select an option

  • Save cedced19/43b4321d00429ab57401 to your computer and use it in GitHub Desktop.

Select an option

Save cedced19/43b4321d00429ab57401 to your computer and use it in GitHub Desktop.
Restart all my softwares.
#!/bin/bash
nvm use 0.12
export NODE_ENV=production
cd /node/zikcenter/
pm2 start zikcenter.js
cd /node/learn-memory/bin/
pm2 start learn-memory
cd /node/raspberry/
pm2 start raspberry.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment