This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
packages
Watch
2
Star
0
Fork
You've already forked packages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ecedf0615b
packages
/
net
/
rclone
/
test.sh
8 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
rclone: add test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-15 08:20:09 +00: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 11:59:49 +00:00
case
"
$1
"
in
"rclone"
)
rclone version
|
grep
"
$2
"
;
;
esac
Reference in a new issue
Copy permalink