aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
blob: e828e3185137058a64e92b5e856caaf48936a065 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

sh ./dependencies.sh

while read cmd; do
	if [ "$cmd" ]; then
		eval "./dmvpn-ca $cmd"
	fi
done < example.conf