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
|