CGit
Gitweb
projects
/
android-sdk
/
device-ti-proprietary-open.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "[WFD]: Added WFD specific make files and Sharedlibraries." into ics-mr1
[android-sdk/device-ti-proprietary-open.git]
/
untar.sh
1
#!/bin/bash
2
3
# Args
4
# $1 - Base path
5
# $2 - base directory of the untarred component
6
# $3 - name of the component archive
7
8
9
if [ -d $1/$2 ]; then
10
echo "Removing $1/$2"
11
rm -rf $1/$2
12
fi
13
14
tar -C $1 -zxf $3