1 2 3 4 5 6 7 8
#!/bin/sh touch /etc/config/example uci set example.first=first uci set example.second=second uci commit return 0