This website requires JavaScript.
Explore
Help
Sign In
prpr
/
webif
Watch
1
Star
0
Fork
0
You've already forked webif
forked from
hummypkg/webif
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
9d8d630b07
webif
/
var
/
mongoose
/
lib
/
bin
/
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