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
/
passh
/
test.sh
blob: c89b402dc2966a92053dd2d5a83073631a79d4df (
plain
)
1
2
3
4
5
6
#!/bin/sh
out
=
`
$1
--version
`
if
[
"
$out
"
!
=
"
$1
$2
"
]
;
then
exit
1
fi