This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
c5a4241af6
packages
/
utils
/
syncthing
/
test.sh
7 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
syncthing: add runtime test Run trivial check if the compiled binary works on the architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-10 04:59:50 +08:00
#!/bin/sh
syncthing: add stdiscosrv and strelaysrv Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2022-10-24 22:02:05 +08:00
PKG
=
$1
ver
=
$2
"
$PKG
"
--version
|
grep
"
$ver
"