run.sh 288 B

123456789
  1. #!/bin/bash
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. docker run --rm -it --name=wasm-debug-server-ctr \
  5. -v "$(pwd)":/mnt \
  6. wasm-debug-server:1.0 \
  7. /bin/bash -c "./run.sh $1"