forked from hummypkg/webif
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# stderr is always unbuffered so use that...
|
||
|
/bin/opkg "$@" 1>&2
|
||
|
exit 0
|
||
|
|