Docker OpenWrt Image: Difference between revisions

No edit summary
Line 69: Line 69:
cat <<EOF > /bin/wget
cat <<EOF > /bin/wget
#/bin/ash
#/bin/ash
/bin/wget.orig $*
/bin/wget.orig \$*
EOF
EOF
chmod +x /bin/wget
chmod +x /bin/wget
</syntaxhighlight>
</syntaxhighlight>