1#!/bin/sh 2DIR=`dirname $0` 3BTSTACK_ROOT=`realpath $DIR/../..` 4docker run --rm -ti -v $BTSTACK_ROOT:/btstack -w /btstack/test/fuzz fuzz 5 6