%PDF- %PDF-
Direktori : /glibc-2.29/scripts/ |
Current File : //glibc-2.29/scripts/pylint |
#!/bin/sh # Simple wrapper around the pylint program that uses the pylintrc file to # validate the source code in files passed on command line. exec pylint --rcfile "${0%/*}/pylintrc" "$@"