ded9495595
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@265 2a923420-c742-0410-a762-8d5b09965624
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# stderr is always unbuffered so use that...
|
|
/bin/opkg "$@" 2>&1
|
|
exit 0
|
|
|