This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openwrt
mirror of
git://git.openwrt.org/openwrt/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b478b7b1f7
openwrt
/
package
/
boot
/
uboot-envtools
/
files
/
fw_printsys
3 lines
93 B
Bash
Raw
Blame
History
#!/bin/sh
[
-e /etc/fw_sys.config
]
&&
exec
/usr/sbin/fw_printenv -c /etc/fw_sys.config
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink