4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
rm ~/.tmp/dev/*.py > /dev/null 2>&1
|
|
python ../../scanner.py ~/.tmp/tutorial
|