From: Matt Joiner Date: Sat, 26 Aug 2017 03:25:27 +0000 (+1000) Subject: fs: Add a test script X-Git-Tag: v1.0.0~433 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=eb32bb821a1e39e6ba8e76118d31598707aa0d28;p=btrtrc.git fs: Add a test script --- 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