6 lines
115 B
Bash
Executable file
6 lines
115 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
(
|
|
cd "$(dirname "$0")/.." \
|
|
&& pipenv run python docker-network-graph.py -o output.svg
|
|
)
|