mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
[ -e /etc/fw_sys.config ] && exec /usr/sbin/fw_printenv -c /etc/fw_sys.config "$@"
|