mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
scripts: Add simapp stop script
This commit is contained in:
parent
60cdda61d1
commit
d3a0d2b73d
11
scripts/simapp/stop.sh
Executable file
11
scripts/simapp/stop.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -o errexit -o nounset -o pipefail
|
||||
command -v shellcheck > /dev/null && shellcheck "$0"
|
||||
|
||||
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
||||
# shellcheck source=./env
|
||||
# shellcheck disable=SC1091
|
||||
source "$SCRIPT_DIR"/env
|
||||
|
||||
echo "Killing simapp container..."
|
||||
docker container kill "$CONTAINER_NAME"
|
Loading…
x
Reference in New Issue
Block a user