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