Guest User

Untitled

a guest
Nov 7th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sh-3.2# cat /lib/udev/platform-device
  2. #!/bin/sh
  3. RESULT=`echo "$1" | sed "s|/devices/\([^/]*\)/\([^/]*\)/.*|\1/\2|g"`
  4.  
  5. echo ANDROID_BLOCK_DEVICE=$RESULT
Add Comment
Please, Sign In to add comment