luci-app-example: Update with more documentation, more examples (#6503)
[project/luci.git] / applications / luci-app-example / root / etc / uci-defaults / 80_example
1 #!/bin/sh
2
3 touch /etc/config/example
4 uci set example.first=first
5 uci set example.second=second
6 uci set example.third=third
7 uci commit
8
9 return 0