mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
- Disabled unused plugins and re-enabled CGO. - Fixed test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
8 lines
74 B
Bash
8 lines
74 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"rclone")
|
|
rclone version | grep "$2"
|
|
;;
|
|
esac
|