add cymysql setup script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user