apt-sec.py 100 B

1234
  1. #!/usr/bin/python3
  2. import logging, sys
  3. logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)