handshake/claim
Khaled Bentoumi 000564eb67
Fix extraction command in claim page
Running `tar xvf hs*` returns the following errors when multiple files are targeted :

```
tar: hs-client-0.0.9.tar.gz: Not found in archive
tar: hsd-2.4.0.tar.gz: Not found in archive
tar: Error exit delayed from previous errors.
```

It works if it's switched to `ls hs*.gz |xargs -n1 tar -xzf`

More info: https://stackoverflow.com/a/16933431/2092619
2021-05-21 14:11:08 +07:00
..
index.html Fix extraction command in claim page 2021-05-21 14:11:08 +07:00