reload_usb.py 65 B

123
  1. import os
  2. os.system("/etc/init.d/S12usb restart")
  3. print('master')