#!/bin/sh

[ x"$1" != x ] && ( echo "$1" | sed -n 's|[^0-9]*[0-9]/mmc\([0-9][0-9]*\).*|SLOT_NUM=\1|p')
