From eb32bb821a1e39e6ba8e76118d31598707aa0d28 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 26 Aug 2017 13:25:27 +1000 Subject: [PATCH] fs: Add a test script --- fs/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 fs/test.sh diff --git a/fs/test.sh b/fs/test.sh new file mode 100755 index 00000000..51712041 --- /dev/null +++ b/fs/test.sh @@ -0,0 +1,7 @@ +mkdir mnt torrents +GOPPROF=http godo github.com/anacrolix/torrent/cmd/torrentfs -mountDir mnt -torrentPath torrents & +cd torrents +wget http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-desktop-amd64.iso.torrent +cd .. +ls mnt +pv mnt/ubuntu-14.04.2-desktop-amd64.iso | md5sum -- 2.48.1