This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
small-package
mirror of
https://github.com/kenzok8/small-package
Watch
1
Star
0
Fork
You've already forked small-package
0
Code
Issues
Projects
Releases
Wiki
Activity
5df79dc135
small-package
/
dae
/
test.sh
8 lines
80 B
Bash
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
"dae"
)
dae --version
|
grep
"
$PKG_VERSION
"
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink