#!/bin/zsh -f 
command  ls $* | xargs -n 1 tar -zxvf
