1d31a291358680b9016f34c76e4944464a064dfc
[dcpomatic.git] / start_server.sh
1 #!/bin/bash
2 killall dcpomatic2_server_cli
3 screen -dmS dcpomatic bash -c 'cd src/dcpomatic2; LD_LIBRARY_PATH=$HOME/ubuntu/lib run/dcpomatic_server_cli --verbose'