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