mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
#/bin/bash
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
cd $SCRIPT_DIR/../
|
|
skaffold dev -m infra-core -m infra-nemesis -m monitoring --port-forward -p dev
|