This website works better with JavaScript
Home
Explore
Help
Sign In
junhuanchen
/
CocoPi
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d6653fbfeb
Branches
Tags
en
master
CocoPi
/
reload_usb.py
reload_usb.py
58 B
History
Raw
1
2
3
import os
os.system("/etc/init.d/S12usb restart")
print(1)