mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 12:53:32 +08:00
4 lines
139 B
Bash
4 lines
139 B
Bash
|
#!/bin/sh
|
||
|
echo "get and update finsh"
|
||
|
svn co https://rt-thread.googlecode.com/svn/trunk/components/finsh/ ./rt-thread/components/finsh
|