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