diff --git a/storage-test.sh b/storage-test.sh index ccce97e..08dc4bd 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -1,11 +1,13 @@ #!/bin/bash # Orignal script from # Storage benchmark by James A. Chambers (https://jamesachambers.com/) +# # Benchmarks your storage and anonymously submits result to https://pibenchmarks.com # Results and discussion available at https://jamesachambers.com/2020s-fastest-raspberry-pi-4-storage-sd-ssd-benchmarks/ # +# # To run the benchmark use the following command: -# sudo curl https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh | sudo bash +# sudo curl -sL https://go.scity.us/test-storage | sudo bash # Fix language settings for utf8 export LC_ALL=C