mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
7 lines
219 B
Bash
7 lines
219 B
Bash
#!/bin/bash
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
cd $SCRIPT_DIR/../
|
|
skaffold dev -m dashboard --port-forward
|
|
poetry run -C ../cmd/dashboard/dashboard streamlit run Nemesis.py
|