aboutsummaryrefslogtreecommitdiffstats
path: root/install
blob: 8d209c1dd72404983c4b5cb265c4b5598734a941 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -z "$1" ]; then
	echo "Usage: $0 dest" >&2
	exit 1
fi

install -Dm755 -t "$1" run battcheck
install -Dm644 -t "$1" conf