File size: 102 Bytes
7cc9dda | 1 2 3 4 5 | #!/bin/bash
source ../../../../venv/bin/activate
rm .tmp/*.py > /dev/null
python ../../scanner.py
|
7cc9dda | 1 2 3 4 5 | #!/bin/bash
source ../../../../venv/bin/activate
rm .tmp/*.py > /dev/null
python ../../scanner.py
|