Stop using static initialisation so that dcpomatic::write() can be called more than...
[dcpomatic.git] / hacks / stop_servers.sh
1 #!/bin/bash
2
3 m=""
4 for n in "$@"; do
5   m="$m -m cs2-$n"
6 done
7
8 dsh $m "killall dcpomatic2_server_cli"