Skip to content

Instantly share code, notes, and snippets.

@Ingvix
Created March 12, 2018 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ingvix/199ac297284888225ae5b7f60a920d25 to your computer and use it in GitHub Desktop.
Save Ingvix/199ac297284888225ae5b7f60a920d25 to your computer and use it in GitHub Desktop.
#!/bin/sh
RESULT=`echo "$1" | sed "s|/devices/\([^/]*\)/\([^/]*\)/.*|\1/\2|g"| cut -d'/' -f1`
echo ANDROID_BLOCK_DEVICE=$RESULT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment