index
:
openwrt-packages.git
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
Community maintained packages for OpenWrt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
apk
/
test.sh
blob: 234cf5a799d3c53a3f8b0341ee8098512831a1b0 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
case
"
$1
"
in
"apk"
)
apk
--version
|
grep
"
${
2
#*v
}
"
;;
esac