DEBSOURCES
Skip Quicknav
sources / hotspot / 1.6.0-0.1 / scripts / compile-test / debug.sh
123456789
#!/bin/bash distro=$1 if [ -z "$distro" ]; then echo "missing distro arg" exit 1 fi docker run -it hotspot-$distro bash