5 lines
55 B
Bash
5 lines
55 B
Bash
source $STDENV/setup
|
|
|
|
mkdir $OUT
|
|
cd $OUT
|
|
tar zxvf $SRC
|