mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-18 03:41:30 +00:00
3 lines
93 B
Bash
3 lines
93 B
Bash
#!/bin/sh
|
|
[ -e /etc/fw_sys.config ] && exec /usr/sbin/fw_printenv -c /etc/fw_sys.config "$@"
|