webif/var/mongoose/lib/opkg

7 lines
84 B
Plaintext
Raw Normal View History

#!/bin/sh
# stderr is always unbuffered so use that...
/bin/opkg "$@" 1>&2
exit 0