webif/var/mongoose/lib/opkg
hummypkg ded9495595 re-implemented package management. Initial suppor for remote scheduling
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@265 2a923420-c742-0410-a762-8d5b09965624
2011-07-11 23:29:21 +00:00

7 lines
84 B
Bash
Executable File

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