1 2 3 4 5 6 7
#!/bin/sh uci -q batch <<-EOF >/dev/null delete ucitrack.@simple-adblock[-1] commit ucitrack EOF exit 0