OLD | NEW |
---|---|
(Empty) | |
1 #!/bin/bash | |
2 | |
3 BUILDID=4915 | |
4 | |
5 wget https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s-$BUILDID .tbz2 | |
6 tar xjf wasm-torture-s-$BUILDID.tbz2 | |
7 rm wasm-torture-s-$BUILDID.tbz2 | |
Jim Stichnoth
2016/04/14 20:03:43
How about something like this, to avoid temp files
Eric Holk
2016/04/15 15:24:26
Done.
I also tried to make this 80-col, but unfor
Jim Stichnoth
2016/04/15 19:47:25
Yeah, that's why I didn't comment on 80-col. :)
N
Eric Holk
2016/04/15 20:05:16
I like it. Done.
| |
8 | |
9 wget https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s2wasm-sex pr-wasm-$BUILDID.tbz2 | |
10 tar xjf wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 | |
11 rm wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 | |
12 | |
13 wget https://storage.googleapis.com/wasm-llvm/builds/git/wasm-binaries-$BUILDID. tbz2 | |
14 tar xjf wasm-binaries-$BUILDID.tbz2 | |
15 rm wasm-binaries-$BUILDID.tbz2 | |
OLD | NEW |