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