BASH   34
usb off
Guest on 29th April 2022 03:03:29 PM


  1. #!/bin/sh
  2. ifconfig usb0 down 2>/dev/null
  3. rmmod g_file_storage g_ether pxa27x_udc 2>/dev/null
  4. rmmod ohci-hcd 2>/dev/null
  5. rmmod g_ether g_file_storage 2>/dev/null
  6. rmmod pxa27x_udc 2>/dev/null

Raw Paste

Login or Register to edit or fork this paste. It's free.