summaryrefslogtreecommitdiff
path: root/hacks/start_server.sh
blob: 1d31a291358680b9016f34c76e4944464a064dfc (plain)
1
2
3
#!/bin/bash
killall dcpomatic2_server_cli
screen -dmS dcpomatic bash -c 'cd src/dcpomatic2; LD_LIBRARY_PATH=$HOME/ubuntu/lib run/dcpomatic_server_cli --verbose'