add cymysql setup script
This commit is contained in:
parent
26f360c204
commit
8aa3fcd207
1 changed files with 6 additions and 0 deletions
6
setup_cymysql.sh
Executable file
6
setup_cymysql.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm -rf CyMySQL
|
||||
rm -rf cymysql
|
||||
git clone https://github.com/nakagami/CyMySQL.git
|
||||
mv CyMySQL/cymysql ./
|
||||
rm -rf CyMySQL
|
Loading…
Add table
Reference in a new issue