run.sh 298 B

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