#!/bin/bash if pgrep sipp >/dev/null then echo "sipp is running" else cd /home/pi/sipp ./sipp -sn uas -rtp_echo -bg -mi
-mp 6000 fi