Spaces:
Paused
Paused
File size: 83 Bytes
4f44506 |
1 2 3 4 |
#!/bin/bash
rm ~/.tmp/dev/*.py > /dev/null 2>&1
python ../../scanner.py ~/.tmp/dev
|