4 lines
136 B
Bash
4 lines
136 B
Bash
#!/bin/sh
|
|
echo "get and update finsh"
|
|
svn co https://rt-thread.googlecode.com/svn/trunk/components/finsh/ ./rt-thread/components/finsh
|