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
/
net
/
gnunet
/
test.sh
blob: fc826d5b8d713fe86972d44eef5cf974f41bf44a (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
case
"
$1
"
in
"gnunet"
)
gnunet-arm
--version
|
grep
"
$2
"
;;
esac