5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/system/bin/sh
|
|
# A workaround for native USB Tethering (by tytung)
|
|
|
|
/system/bin/netcfg usb0 up
|