mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/bash
|
|
|
|
unzip master.zip
|
|
mv zhamao-framework-master/* zhamao-framework/
|
|
cd zhamao-framework
|
|
php bin/start
|