Thanks Leonard, using the ampersand in a bash script worked. #!/bin/bash
python grafcet.py & python running_green.py & I could only kill the pythons scripts by using the "ps" command (to see the running processes) and "kill" (to stop a process). The command "jobs" doesn't seem to work on Angstrom, is this correct? #!/bin/bash python grafcet.py & python running_green.py & Op maandag 25 november 2013 21:06:25 UTC+1 schreef Tux Leonard: > > Just run the script in background adding the & in command line. > http://www.thegeekstuff.com/2010/05/unix-background-job/<http://www.google.com/url?q=http%3A%2F%2Fwww.thegeekstuff.com%2F2010%2F05%2Funix-background-job%2F&sa=D&sntz=1&usg=AFQjCNEcY4rw1cqmT4QxWCgQUi-sN1o0dw> > > > >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
