mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 11:30:15 +04:00
Add `test.sh`. Signed-off-by: Van Waholtz <brvphoenix@gmail.com> (cherry picked from commit bd02d2e89c3189ac4978b6048a6cae8f475e3ac5)
4 lines
47 B
Bash
4 lines
47 B
Bash
#!/bin/sh
|
|
|
|
$1 -v 2>&1 | grep -F "$PKG_VERSION"
|