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