3 lines
97 B
Bash
3 lines
97 B
Bash
#!/bin/bash
|
|
python3.6 -m pylint --disable=C pits.py project.py task.py note.py action.py args.py
|