ADB Shell

Just run:

adb shell

Multiple Devices

If you have multiple devices, you can use adb list, and then run:

adb -s ${DEVICE_SERIAL} shell

Alternatively, use:

ANDROID_SERIAL="${DEVICE_SERIAL}"
adb shell