File: simple-test

package info (click to toggle)
sipcrack 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 252 kB
  • sloc: ansic: 2,568; makefile: 53; sh: 1
file content (5 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
# This script test if sipdump and sipcrack running
# Author: Marcio Souza <marciosouza@debian.org>
# Last-Update: 2020-05-15
{ (sipcrack | grep "SIPcrack 0.2") && (sipdump | grep "SIPdump 0.2") } && exit 0