2 lines
60 B
Bash
Executable file
2 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
pyflakes weboob scripts/* | grep -v __init__.py
|