3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
$(dirname $0)/../usr/bin/uci -c $(dirname $0)/../etc/config "$@"
|