5 lines
145 B
Batchfile
5 lines
145 B
Batchfile
|
@echo off
|
||
|
@echo get and update finsh
|
||
|
svn co https://rt-thread.googlecode.com/svn/trunk/components/finsh/ ./rt-thread/components/finsh
|
||
|
pause
|