pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
Untitled
9 sec ago
Untitled
4 sec ago
Untitled
12 sec ago
Karulotto v0.8
C | 16 sec ago
Forbes vs Vamp Chan
21 sec ago
hack
27 sec ago
MonstersOfCock ID mc966...
33 sec ago
Layout Width
Share Pastebin
klinux
By: a guest | Mar 14th, 2010 | Syntax:
None
| Size: 0.29 KB | Hits: 61 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
if
[ -f $card/custom.tar.gz ] ; then
if [ -f /system/eclairhero.build ] ; then
if [ -f /data/custom.prop ] ; then
echo "already customized"
else
echo "Loading customizations"
tar xzf $card/custom.tar.gz -C /data
fi
fi
fi
create new paste
|
create new version of this paste
RAW Paste Data
if [ -f $card/custom.tar.gz ] ; then if [ -f /system/eclairhero.build ] ; then if [ -f /data/custom.prop ] ; then echo "already customized" else echo "Loading customizations" tar xzf $card/custom.tar.gz -C /data fi fi fi