Page MenuHomePhorge

jsunshrink.sh
No OneTemporary

Size
297 B
Referenced Files
None
Subscribers
None

jsunshrink.sh

#!/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

File Metadata

Mime Type
text/x-shellscript
Expires
Thu, Jul 30, 9:48 AM (15 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128867
Default Alt Text
jsunshrink.sh (297 B)

Event Timeline