diff --git a/docker/setup_and_run.sh b/docker/setup_and_run.sh new file mode 100644 index 00000000..f5bacbf6 --- /dev/null +++ b/docker/setup_and_run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +./setup_wasmd.sh "$@" +./run_wasmd.sh \ No newline at end of file