This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
master
packages
/
net
/
rclone
/
test.sh
8 lines
74 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
rclone: add test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-15 16:20:09 +08:00
#!/bin/sh
rclone: Update to 1.57.0 - Disabled unused plugins and re-enabled CGO. - Fixed test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-25 19:59:49 +08:00
case
"
$1
"
in
"rclone"
)
rclone version
|
grep
"
$2
"
;
;
esac