Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3314605
jsunshrink.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
jsunshrink.sh
View Options
#!/bin/sh
JS_DIR
=
`
dirname
"
$0
"
`
/../program/js
if
[
! -d
"
$JS_DIR
"
]
;
then
echo
"Directory
$JS_DIR
not found."
exit
1
fi
for
fn
in
app common googiespell list
;
do
if
[
-r
"
$JS_DIR
/
${
fn
}
.js.src"
]
;
then
mv
"
$JS_DIR
/
${
fn
}
.js.src"
"
$JS_DIR
/
${
fn
}
.js"
echo
"Reverted
$JS_DIR
/
${
fn
}
.js"
fi
done
for
fn
in
tiny_mce/tiny_mce
;
do
if
[
-d
"
$JS_DIR
/.svn"
]
&&
which svn >/dev/null
2
>
&
1
;
then
rm -f
"
$JS_DIR
/
${
fn
}
.js"
svn revert
"
$JS_DIR
/
${
fn
}
.js"
else
cp
"
$JS_DIR
/
${
fn
}
_src.js"
"
$JS_DIR
/
${
fn
}
.js"
echo
"Reverted
$JS_DIR
/
${
fn
}
.js"
fi
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Apr 9, 3:10 PM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
464675
Default Alt Text
jsunshrink.sh (547 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment