3 lines
84 B
Bash
3 lines
84 B
Bash
|
#!/bin/sh
|
||
|
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
|