mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 08:54:10 +01:00
19 lines
469 B
Bash
19 lines
469 B
Bash
|
#!/bin/bash
|
||
|
exec rclone --check-normalization=true --check-control=true --check-length=true info \
|
||
|
/tmp/testInfo \
|
||
|
TestAmazonCloudDrive:testInfo \
|
||
|
TestB2:testInfo \
|
||
|
TestCryptDrive:testInfo \
|
||
|
TestCryptSwift:testInfo \
|
||
|
TestDrive:testInfo \
|
||
|
TestDropbox:testInfo \
|
||
|
TestGoogleCloudStorage:rclone-testinfo \
|
||
|
TestOneDrive:testInfo \
|
||
|
TestS3:rclone-testinfo \
|
||
|
TestSftp:testInfo \
|
||
|
TestSwift:testInfo \
|
||
|
TestYandex:testInfo \
|
||
|
TestFTP:testInfo
|
||
|
|
||
|
# TestHubic:testInfo \
|