9 lines
77 B
Text
9 lines
77 B
Text
|
set -x
|
||
|
set -e
|
||
|
|
||
|
echo $curl
|
||
|
|
||
|
$gunzip -d < $curl | $tar xvf -
|
||
|
|
||
|
$cp -prvd * $out
|