bumblebee-status/runlint.sh
Tobi-wan Kenobi 6f52825ef0 [core/output] Add initial version of i3bar output
Add output handler for i3bar protocol and add some tests for it. Right
now, it only support start and end.

see #23
2016-12-04 12:26:20 +01:00

3 lines
60 B
Bash
Executable file

#!/bin/sh
find . -name "*.py"|xargs pylint --disable=R0903