- Disabled unused plugins and re-enabled CGO. - Fixed test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"rclone")
|
|
rclone version | grep "$2"
|
|
;;
|
|
esac
|