webif/var/mongoose/lib/opkg
hummypkg 050cb611bf working on package system
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@209 2a923420-c742-0410-a762-8d5b09965624
2011-06-28 00:20:31 +00:00

7 lines
84 B
Bash
Executable File

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