mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
1f5e23aedb
Change absolute binary paths in scripts to /usr/bin/env or make them relative. This allows the scripts to be used on linux distributions like NixOS, where binaries are not located in /usr/ or /bin/.
19 lines
477 B
Bash
Executable File
19 lines
477 B
Bash
Executable File
#!/usr/bin/env 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 \
|