File size: 144 Bytes
5ad5df6
 
 
 
 
 
 
1
2
3
4
5
6
7
import os
os.system("""
git clone https://github.com/SheepTester/primitive-cloud-server.git
cd primitive-cloud-server
npm install
npm start
""")