#!/bin/sh
uci batch <<-EOF
	set luci.languages.he=עִבְרִית
	commit luci
EOF

