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