#!/bin/sh

uci -q batch <<-EOF >/dev/null
	set appfilter.user=user
	appfilter.feature=feature
	commit appfilter
EOF
exit 0
