mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
|
|
cd docs && ./build.sh && cd ..
|