Files
event-sourcing-examples/kill-all-services.sh
Chris Richardson 2e31853ad2 Improved module name <functional-area>-<Command|Query>....
Standalone services now use the Event Store Server (many tests still use the embedded server)
2015-04-14 19:08:07 -07:00

5 lines
125 B
Bash
Executable File

#! /bin/bash
kill `cat account-cs.pid account-qs.pid transfers-cs.pid`
rm account-cs.pid account-qs.pid transfers-cs.pid