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