This website requires JavaScript.
Explore
Help
Sign In
hummypkg
/
webif
Watch
5
Star
3
Fork
4
You've already forked webif
Code
Issues
Pull Requests
Releases
1
Activity
ce2dfa8338
webif
/
var
/
mongoose
/
lib
/
opkg
7 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
# stderr is always unbuffered so use that...
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
/bin/opkg "$@" 2>&1
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
exit 0
Reference in New Issue
Copy Permalink