discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Execution of two GRC files Automatically after 10


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Execution of two GRC files Automatically after 10 second
Date: Mon, 15 Nov 2010 15:32:41 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

#!/bin/bash
sleep 10
./grc_file1.py &
./grc_file2.py &
echo "flow graphs running, exit script!"


-Josh

On 11/15/2010 03:23 PM, hafiz zimran wrote:
Hi

Is there any way to execute two GRC files automatically after 10 seconds(or 
under some given condition)?

Waiting for response

Zimran Rafique






_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]