index
:
packages
for-14.07
for-15.05
lede-17.01
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
openwrt-22.03
openwrt-23.05
openwrt-24.10
openwrt-25.12
Mirror of packages feed
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lang
/
quickjs
/
test.sh
blob: 2154ae505222190d3cac103177a76bd4ea543cb5 (
plain
)
1
2
3
4
5
#!/bin/sh if [ "$1" = 'quickjs' ]; then qjs --help | grep -F "${PKG_VERSION//./-}" fi