This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWRT
/
packages
mirror of
https://github.com/openwrt/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Releases
Wiki
Activity
bed8c8ae33
packages
/
utils
/
passh
/
test.sh
7 lines
75 B
Bash
Raw
Blame
History
#!/bin/sh
out
=
`
$1
--version
`
if
[
"
$out
"
!
=
"
$1
$2
"
]
;
then
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink