File: hacking.sh

package info (click to toggle)
python-barbicanclient 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 368 kB
  • ctags: 376
  • sloc: python: 2,862; makefile: 38; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 73 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/bash
flake8 barbicanclient | tee flake8.log
exit ${PIPESTATUS[0]}