Mercurial > prosody-modules
view mod_admin_web/admin_web/get_deps.sh @ 293:d76f47a608ab
mod_auth_ldap: Convert to real line endings
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 23 Dec 2010 20:48:24 +0000 |
| parents | 94fab3c0a7aa |
| children | a70284e01453 |
line wrap: on
line source
#!/bin/sh cd www_files/js wget http://code.jquery.com/jquery-1.4.4.min.js git clone git://github.com/metajack/strophejs.git strophejs cd strophejs make strophe.js && cp strophe.js ../strophe.js cd .. rm -rf strophejs
