mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 16:07:57 +00:00
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user