mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
516ad523c1
Just reorganizing
10 lines
181 B
Bash
Executable File
10 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(cd "$(dirname "$0")" && git rev-parse --show-toplevel)"
|
|
# shellcheck source=dc.sh
|
|
source docker/scripts/dc.sh
|
|
|
|
dc down --volumes --remove-orphans
|