4 lines
41 B
Bash
Executable File
4 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
pyflakes $1
|
|
pep8 --repeat $1
|