Skip to content
Snippets Groups Projects
Commit d68e458e authored by Rohit Gupta's avatar Rohit Gupta
Browse files

updated xml file for lte-softmodem tests

parent 4d0015fe
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#$1 programs to be killed and checked
var=`ps -A |grep -E -i $1`
echo $var
if [ -n \"$var\" ]; then echo 'Match found'; else echo 'Match not found' ;fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment