root/lang/javascript/aerial.js/download-swfobject.sh

Revision 11388, 170 bytes (checked in by frsyuki, 5 years ago)

lang/javascript/aerial.js: added aerial.js, an Aerial client library.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3curl -O http://swfobject.googlecode.com/files/swfobject_2_0.zip
4
5unzip swfobject_2_0.zip
6
7cp swfobject/swfobject.js ./lib/
8
9echo ./lib/swfobject.js is ready.
10
Note: See TracBrowser for help on using the browser.