File: debug.sh

package info (click to toggle)
hotspot 1.6.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,756 kB
  • sloc: cpp: 27,071; ansic: 281; sh: 261; python: 75; xml: 48; makefile: 16
file content (9 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

distro=$1
if [ -z "$distro" ]; then
    echo "missing distro arg"
    exit 1
fi

docker run -it hotspot-$distro bash