mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 07:39:33 +08:00
c63a2e0a89
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1388 bbd45198-f89e-11dd-88c7-29a3b14d5316
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
|