2 lines
124 B
Text
2 lines
124 B
Text
|
# stop rails server and node server
|
||
|
vagrant ssh --command "cd /vagrant; kill -9 $(cat tmp/pids/server.pid); forever stopall"
|