mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-31 23:01:21 +08:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" = 'quickjs' ]; then
|
|
qjs --help | grep -F "${PKG_VERSION//./-}"
|
|
fi
|