File: remove-iptraf

package info (click to toggle)
deborphan 1.7.35
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 764 kB
  • sloc: ansic: 1,631; makefile: 119; sh: 87; perl: 54
file content (4 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash
if ! deborphan | grep iptraf; then
    echo "iptraf missing in deborphan output"
fi