untar
#1
//
guest
/
yariv_sheizaf
/
scripts
/
untar
View
Commits
Blame
Open
Edit
Download .zip
Download
(79 B)
#!/bin/sh while [ -n "$1" ] ; do cat $1 | gunzip -d | tar xvf - shift done
#
Change
User
Description
Committed
#1
1472
Yariv Sheizaf
scripts dir