summaryrefslogtreecommitdiff
path: root/dxo-wip-make
blob: 6b11a161be130eab042b75e80daf65eecbf4e934 (plain)
1
2
3
4
5
6
#!/bin/bash
#
# Compiles the current project, makes a Work-in-Progress commit and upload
# to deadlights

make -j10 install && git commit -a -m "WIP" && cd ${DXO_PATH} && make deadlights