mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
6 lines
156 B
Batchfile
6 lines
156 B
Batchfile
|
@echo off
|
||
|
type jquery\jquery.js > jquery-svn.js
|
||
|
type fx\fx.js >> jquery-svn.js
|
||
|
type event\event.js >> jquery-svn.js
|
||
|
type ajax\ajax.js >> jquery-svn.js
|