summaryrefslogtreecommitdiff
path: root/dxo-wip-make
blob: f0267f9e7e7b0a99f72225f1049d654c483472ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#
# Compiles the current project, makes a Work-in-Progress commit and upload
# to deadlights

descr="$*"

if [ "$descr" != "" ]; then
	descr="WIP: $descr"
else
	descr="WIP"
fi

make -s && make -s install && git commit -a -m "$descr" && dxo-make deadlights