packages/net/rclone/test.sh
Tianling Shen 15beed2b46 rclone: Update to 1.57.0
- Disabled unused plugins and re-enabled CGO.
- Fixed test script

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f712dc311e)
2021-11-15 13:10:53 -08:00

7 lines
74 B
Bash

#!/bin/sh
case "$1" in
"rclone")
rclone version | grep "$2"
;;
esac