mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /Mythic/mythic
|
|
|
|
export PYTHONPATH=/Mythic:/Mythic/mythic
|
|
|
|
python3.8 mythic_service.py
|