This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gnunet: add runtime test
Test if gnunet-arm is executable for now. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
4 years ago
parent
04dea23c62
commit
25fb4794fa
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
net/gnunet/test.sh
+ 7
- 0
net/gnunet/test.sh
View File
@ -0,0 +1,7 @@
#!/bin/sh
case
"
$1
"
in
"gnunet"
)
gnunet-arm --version
|
grep
"
$2
"
;
;
esac
Write
Preview
Loading…
Cancel
Save