5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
#
|
|
rm -rf ./tools
|
|
svn co https://github.com/immortalwrt/immortalwrt/branches/master/tools ./tools
|