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
Forbes vs Vamp Chan
3 sec ago
hack
9 sec ago
MonstersOfCock ID mc966...
15 sec ago
Difference in regex beh...
15 sec ago
Untitled
15 sec ago
Untitled
21 sec ago
game
31 sec ago
Untitled
27 sec ago
Layout Width
Share Pastebin
klinux
By: a guest | Mar 14th, 2010 | Syntax:
None
| Size: 0.24 KB | Hits: 59 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
if
[ -f $card/custom.tar.gz ] ; then
if [ -f /data/custom.prop ] ; then
echo "already customized"
else
echo "Loading customizations"
tar xzf $card/custom.tar.gz -C /data
fi
fi
create new paste
|
create new version of this paste
RAW Paste Data
if [ -f $card/custom.tar.gz ] ; then if [ -f /data/custom.prop ] ; then echo "already customized" else echo "Loading customizations" tar xzf $card/custom.tar.gz -C /data fi fi